Deploy Rhodo 1.2.0 images

This commit is contained in:
flurinh
2026-07-23 10:15:01 +02:00
parent 9282a905ff
commit fd1f3f7583
+3 -2
View File
@@ -162,15 +162,16 @@ services:
# Only on rhodo_network. The `backend` alias is required because
# the frontend image's internal nginx uses http://backend:8000/
rhodo-backend:
image: gitea.psi.ch/images/grn_opsins-backend:1.0.0
image: gitea.psi.ch/images/grn_opsins-backend:1.2.0
container_name: rhodo-backend
restart: always
networks:
rhodo_network:
aliases:
- backend
rhodo-frontend:
image: gitea.psi.ch/images/grn_opsins-frontend:1.0.0
image: gitea.psi.ch/images/grn_opsins-frontend:1.2.0
container_name: rhodo-frontend
restart: always
depends_on: