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.
 
 
 
 
 

22 lines
322 B

version: '2.2'
services:
lyrics:
build: .
command: gunicorn --bind 0.0.0.0:5000 app:create_app()
volumes:
- lyrics_prodd:/instance
expose:
- 5000
# env_file:
# - ./.env.prod
nginx:
build: ./nginx
ports:
- 1337:80
depends_on:
- padel
volumes:
padel_prod: