Skip to content

Commit a6d3a8c

Browse files
committed
fix(postgres): enable grafana database creation
1 parent bc069b8 commit a6d3a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ services:
321321
# You can access the database via `adminer`.
322322
command: -c maevsi.jwt_expiry_duration='1 month' -c wal_level=logical
323323
environment:
324-
# POSTGRES_ADDITIONAL_DBS: grafana
324+
POSTGRES_ADDITIONAL_DBS: grafana
325325
POSTGRES_DB_FILE: /run/secrets/postgres_db
326326
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
327327
POSTGRES_USER_FILE: /run/secrets/postgres_user

0 commit comments

Comments
 (0)