Files
digifi-Core/docker-compose.yml
T
CHIEFSOFT\ameye 3b3a1ad2e8 6335
2025-02-02 22:09:36 -05:00

17 lines
262 B
YAML

services:
digifi-core:
build:
context: app
target: builder
restart: unless-stopped
volumes:
- ./:/app
ports:
- '6335:8000'
networks:
default:
driver: bridge
ipam:
config:
- subnet: 172.5.1.0/24