Add docker-compose.yml
This commit is contained in:
parent
07abff9ead
commit
f23830109b
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- "48878:5000"
|
||||
volumes:
|
||||
- ./wastetape.db:/srv/wastetape/wastetape.db
|
||||
- /mnt/storage/wastetape:/srv/wastetape/static
|
||||
environment:
|
||||
- FLASK_ENV=production
|
Loading…
Reference in New Issue
Block a user