Files
digifi-Core/docker-compose.yml
T
CHIEFSOFT\ameye 82bfd2b2a0 extra host
2025-02-05 12:40:23 -05:00

20 lines
379 B
YAML

services:
digifi-core:
build:
context: app
target: builder
restart: unless-stopped
volumes:
- ./:/app
ports:
- '6335:8000'
extra_hosts:
- "host.docker.internal:host-gateway"
- devcore.digifi.chiefsoft.net:10.10.33.15
-
networks:
default:
driver: bridge
ipam:
config:
- subnet: 172.5.1.0/24