first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${APP_HOST_PORT:-8000}:${APP_PORT:-8000}"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .:/app
|
||||
- ./instance:/app/instance
|
||||
- ./data:/app/data
|
||||
Reference in New Issue
Block a user