add project structure
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
user: "1000:1000"
|
||||
ports:
|
||||
- "${PORT:-10000}:${PORT:-10000}"
|
||||
environment:
|
||||
HOST: 0.0.0.0
|
||||
PORT: ${PORT:-10000}
|
||||
DATABASE_URL: sqlite:////app/data/app.db
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user