Skip to content

Commit 376fdbd

Browse files
committed
Uncomment settings toml
Seems like these are needed for in dev & at least settings.toml should probably be read from in prod
1 parent 87fb94d commit 376fdbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ services:
1212
timeout: 10s
1313
retries: 3
1414
start_period: 5s
15-
# volumes:
16-
# - ./settings.toml:/app/settings.toml
17-
# - ./.secrets.toml:/app/.secrets.toml
15+
volumes:
16+
- ./settings.toml:/app/settings.toml
17+
- ./.secrets.toml:/app/.secrets.toml

0 commit comments

Comments
 (0)