Files
digifi-Core/docker-compose.yml
T
CHIEFSOFT\ameye 40e5ced734 first commit
2025-02-02 22:04:47 -05:00

17 lines
262 B
YAML

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