montevibiano-industry-tirelli/docker-compose.yml
2025-09-25 17:54:04 +02:00

10 lines
185 B
YAML

services:
api:
build: ./api # Path to the API folder
# ports:
# - "40000:40000
network_mode: "host"
restart: always
environment:
- FLASK_ENV=production