Changeset 0.12.0 (#63)
This commit is contained in:
@@ -37,6 +37,10 @@ services:
|
||||
JWT_SECRET: ${JWT_SECRET:-change-me-in-production}
|
||||
SWITCHBOARD_ADMIN_USERNAME: ${ADMIN_USERNAME:-admin}
|
||||
SWITCHBOARD_ADMIN_PASSWORD: ${ADMIN_PASSWORD:-admin}
|
||||
# File storage — mount ./data/storage on host
|
||||
STORAGE_PATH: /data/storage
|
||||
volumes:
|
||||
- switchboard_storage:/data/storage
|
||||
ports:
|
||||
- "3000:80"
|
||||
depends_on:
|
||||
@@ -56,3 +60,4 @@ services:
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
switchboard_storage:
|
||||
|
||||
Reference in New Issue
Block a user