Skip to content
Closed
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
4 changes: 2 additions & 2 deletions src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- (( append ))
- traefik.http.routers.maevsi.middlewares=maevsi_cors,maevsi_redirectregex
- traefik.http.routers.maevsi_secure.tls.certresolver=default
image: ghcr.io/maevsi/maevsi:6.6.0
image: ghcr.io/maevsi/maevsi:7.0.0
user: (( prune ))
maevsi_beta:
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
POSTGRES_DB_FILE: /run/secrets/postgres_db
POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE: /run/secrets/postgres_role_maevsi-tusd_password
POSTGRES_ROLE_MAEVSI_TUSD_USERNAME_FILE: /run/secrets/postgres_role_maevsi-tusd_username
image: ghcr.io/maevsi/maevsi:6.6.0
image: ghcr.io/maevsi/maevsi:7.0.0
secrets:
- maevsi_turnstile-key
- postgres_db
Expand Down
Loading