change configuration for docker compliance (#189)

pull/194/head
Romuald 2021-05-15 19:52:24 +02:00 committed by GitHub
parent 50e421d64d
commit 3dd0fce139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -7,4 +7,4 @@ services:
- "9666:9666"
volumes:
- ./storage:/app/storage
- ./database.sqlite:/app/database.sqlite
- ./database:/app/database