10 lines
185 B
YAML
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
|