File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ services:
258258 constraints :
259259 - node.role == manager
260260 replicas : 1
261- image : portainer/portainer-ce:2.26.1 -alpine
261+ image : portainer/portainer-ce:2.27.0 -alpine
262262 secrets :
263263 - portainer_admin-password
264264 volumes :
@@ -272,7 +272,7 @@ services:
272272 - node.platform.os == linux
273273 environment :
274274 AGENT_CLUSTER_ADDR : tasks.portainer-agent
275- image : portainer/agent:2.26.1
275+ image : portainer/agent:2.27.0
276276 volumes :
277277 - /var/run/docker.sock:/var/run/docker.sock
278278 - /var/lib/docker/volumes:/var/lib/docker/volumes
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ services:
5151 - (( append ))
5252 - traefik.http.routers.maevsi.middlewares=maevsi_cors,maevsi_redirectregex
5353 - traefik.http.routers.maevsi_secure.tls.certresolver=default
54- image : ghcr.io/maevsi/maevsi:6.5 .0
54+ image : ghcr.io/maevsi/maevsi:6.6 .0
5555 user : (( prune ))
5656 maevsi_beta :
5757 # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -79,7 +79,7 @@ services:
7979 POSTGRES_DB_FILE : /run/secrets/postgres_db
8080 POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE : /run/secrets/postgres_role_maevsi-tusd_password
8181 POSTGRES_ROLE_MAEVSI_TUSD_USERNAME_FILE : /run/secrets/postgres_role_maevsi-tusd_username
82- image : ghcr.io/maevsi/maevsi:6.5 .0
82+ image : ghcr.io/maevsi/maevsi:6.6 .0
8383 secrets :
8484 - maevsi_turnstile-key
8585 - postgres_db
You can’t perform that action at this time.
0 commit comments