add docker stuff
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
pyrom:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./data/static:/app/data/static
|
||||
- ./data/db:/app/data/db
|
||||
environment:
|
||||
- PYROM_PROD=true
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user