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