1
0
Files
digifi-BankToProductCore/docker-compose.yml
T
2025-03-25 06:39:27 +01:00

12 lines
195 B
YAML

services:
digifi-flaska002:
build: .
ports:
- "4500:5000"
environment:
- FLASK_APP=app.py
- FLASK_RUN_HOST=0.0.0.0
volumes:
- .:/app
restart: always