Files
digifi-Core/docker-compose.yml
CHIEFSOFT\ameye f43c475216 return 200
2025-02-05 13:30:38 -05:00

19 lines
323 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"
networks:
default:
driver: bridge
ipam:
config:
- subnet: 172.5.1.0/24