Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ services:
# You can access the database via `adminer`.
command: -c vibetype.jwt_expiry_duration='1 month' -c wal_level=logical
environment:
POSTGRES_ADDITIONAL_DBS: grafana
POSTGRES_DB_FILE: /run/secrets/postgres_db
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_USER_FILE: /run/secrets/postgres_user
Expand All @@ -302,8 +301,6 @@ services:
secrets:
- postgres_db
- postgres_password
- postgres_role_service_grafana_password
- postgres_role_service_grafana_username
- postgres_user
# sysctls:
# # Prevent Docker Swarm from killing connections (https://github.com/moby/moby/issues/31208)
Expand All @@ -312,7 +309,6 @@ services:
# - net.ipv4.tcp_keepalive_probes=10
volumes:
- postgres_data:/var/lib/postgresql/data/
- ../production/configurations/postgres/docker-entrypoint-initdb.d/additional-databases.sh:/docker-entrypoint-initdb.d/additional-databases.sh:ro
prometheus:
# You can access the metrics monitoring at [prometheus.localhost](https://prometheus.localhost/).
deploy:
Expand Down Expand Up @@ -388,6 +384,8 @@ services:
# You cannot access the database migrations directly.
image: maevsi/sqitch:dev
secrets:
- postgres_role_service_grafana_password
- postgres_role_service_grafana_username
- postgres_role_service_postgraphile_password
- postgres_role_service_postgraphile_username
- postgres_role_service_vibetype_password
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
image: ghcr.io/maevsi/reccoom:0.1.0
volumes: (( prune ))
sqitch:
image: ghcr.io/maevsi/sqitch:8.0.0-beta.8
image: ghcr.io/maevsi/sqitch:8.0.0-beta.9
volumes: (( prune ))
traefik:
command:
Expand Down