You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
STARK-web/docker-compose.yml

16 lines
330 B

version: "3.7"
services:
app:
image: stark-web
# build: .
command: waitress-serve --port=5000 --call app:create_app
restart: always
environment:
- FLASK_ENV=development
ports:
- "5000:5000"
# volumes:
# - ./data/media:/oznacevalnik-api/media
# tmpfs:
# - /oznacevalnik-api/out