resolv/docker-compose.yml

12 lines
198 B
YAML
Raw Permalink Normal View History

2022-07-17 13:10:03 +02:00
version: "3.8"
services:
app:
build: .
command: python main.py
ports:
- "5000:5000"
volumes:
- ./app:/python-flask
2022-07-17 16:41:16 +02:00
env_file:
- .env
2022-07-17 13:10:03 +02:00
container_name: resolv