We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fb94d commit 376fdbdCopy full SHA for 376fdbd
backend/docker-compose.yaml
@@ -12,6 +12,6 @@ services:
12
timeout: 10s
13
retries: 3
14
start_period: 5s
15
- # volumes:
16
- # - ./settings.toml:/app/settings.toml
17
- # - ./.secrets.toml:/app/.secrets.toml
+ volumes:
+ - ./settings.toml:/app/settings.toml
+ - ./.secrets.toml:/app/.secrets.toml
0 commit comments