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
8 changes: 4 additions & 4 deletions src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ services:
POSTGRES_DB_FILE: /run/secrets/postgres_db
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_USER_FILE: /run/secrets/postgres_user
image: postgis/postgis:17-3.5-alpine
image: postgis/postgis:18-3.6-alpine
ports: #DARGSTACK-REMOVE
- 5432:5432 #DARGSTACK-REMOVE
secrets:
Expand All @@ -346,7 +346,7 @@ services:
# - net.ipv4.tcp_keepalive_intvl=30
# - net.ipv4.tcp_keepalive_probes=10
volumes:
- postgres_data:/var/lib/postgresql/data/
- postgres_data:/var/lib/postgresql/
prometheus:
# You can access the metrics monitoring at [prometheus.app.localhost](https://prometheus.app.localhost/).
deploy:
Expand Down Expand Up @@ -395,15 +395,15 @@ services:
POSTGRES_DB_FILE: /run/secrets/postgres_db
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_USER_FILE: /run/secrets/postgres_user
image: pgvector/pgvector:0.8.1-pg17
image: pgvector/pgvector:0.8.1-pg18
ports: #DARGSTACK-REMOVE
- 5433:5432 #DARGSTACK-REMOVE
secrets:
- postgres_db
- postgres_password
- postgres_user
volumes:
- reccoom_postgres_data:/var/lib/postgresql/data/
- reccoom_postgres_data:/var/lib/postgresql/
redpanda:
# You can access the event streaming platform's ui as described under `redpanda-console`.
command:
Expand Down
8 changes: 4 additions & 4 deletions src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ services:
POSTGRES_HOST: postgres
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_USER_FILE: /run/secrets/postgres_user
image: prodrigestivill/postgres-backup-local:17-alpine
image: prodrigestivill/postgres-backup-local:18-alpine
secrets:
- postgres-backup_db
- postgres_password
- postgres_user
volumes:
- postgres_data:/var/lib/postgresql/data/
- postgres_data:/var/lib/postgresql/
- ../production/backups/postgres/:/backups/
prometheus:
deploy:
Expand All @@ -72,7 +72,7 @@ services:
- (( append ))
- traefik.http.routers.redpanda_secure.tls.certresolver=default
sqitch:
image: ghcr.io/maevsi/sqitch:9.10.0
image: ghcr.io/maevsi/sqitch:10.0.0
volumes: (( prune ))
traefik:
command:
Expand Down Expand Up @@ -118,7 +118,7 @@ services:
- (( append ))
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
- traefik.http.routers.vibetype_secure.tls.certresolver=default
image: ghcr.io/maevsi/vibetype:12.50.0
image: ghcr.io/maevsi/vibetype:13.0.0
user: (( prune ))
# vibetype_beta:
# # You can access the main project frontend's beta version at [beta.app.localhost](https://beta.app.localhost/).
Expand Down