mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-13 00:17:31 +01:00
change configuration for docker compliance (#189)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"storage_password": "password",
|
||||
|
||||
"storage_local_path": "./storage",
|
||||
"storage_local_db": "./database.sqlite",
|
||||
"storage_local_db": "./database/database.sqlite",
|
||||
"storage_region": "eu-central-1",
|
||||
"storage_endpoint": "http://localhost:4572",
|
||||
"storage_bucket": "my_spacedeck_bucket",
|
||||
|
||||
@@ -7,4 +7,4 @@ services:
|
||||
- "9666:9666"
|
||||
volumes:
|
||||
- ./storage:/app/storage
|
||||
- ./database.sqlite:/app/database.sqlite
|
||||
- ./database:/app/database
|
||||
|
||||
Reference in New Issue
Block a user