16 lines
325 B
YAML
16 lines
325 B
YAML
services:
|
|
kifi-app:
|
|
image: hub.technobeesolutions.in/kifi-app:latest
|
|
container_name: kifi-app
|
|
ports:
|
|
- "${PORT:-8058}:80"
|
|
restart: unless-stopped
|
|
networks:
|
|
commons-network:
|
|
ipv4_address: 172.19.0.225
|
|
|
|
networks:
|
|
commons-network:
|
|
external: true
|
|
name: commons_commons-network
|