first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
eternityproject:
|
||||
build: .
|
||||
container_name: eternityproject-web
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
SECRET_KEY: ${SECRET_KEY:?Set SECRET_KEY in .env before deployment}
|
||||
DATABASE_PATH: /data/eternity.db
|
||||
volumes:
|
||||
- eternity_data:/data
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
eternity_data:
|
||||
Reference in New Issue
Block a user