CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145

Merged
mg merged 73 commits from image into master 2024-07-30 20:58:25 +02:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 7c78b7667c - Show all commits

View file

@ -4,7 +4,7 @@ version: "3.7"
services: services:
grampsweb: &grampsweb grampsweb: &grampsweb
container_name: grampsweb container_name: grampsweb
image: ghcr.io/gramps-project/grampsweb:v24.7.0 # version image: ghcr.io/gramps-project/grampsweb:v24.7.1 # version
restart: always restart: always
ports: ports:
- "6483:5000" # host:docker - "6483:5000" # host:docker
@ -44,7 +44,7 @@ services:
healthcheck: {} healthcheck: {}
grampsweb_redis: grampsweb_redis:
image: redis:7.2.5-alpine image: redis:7.4.0-alpine
container_name: grampsweb_redis container_name: grampsweb_redis
restart: always restart: always
healthcheck: healthcheck:

View file

@ -39,7 +39,7 @@ services:
######## Redis ######## ######## Redis ########
nextcloud-redis: nextcloud-redis:
image: "redis:7.2.5" image: "redis:7.4.0"
container_name: nextcloud-redis container_name: nextcloud-redis
hostname: nextcloud-redis hostname: nextcloud-redis
networks: networks:

View file

@ -52,7 +52,7 @@ services:
# docker pull registry.mgrote.net/myfirstimage # docker pull registry.mgrote.net/myfirstimage
oci-registry-redis: oci-registry-redis:
image: "redis:7.2.5" image: "redis:7.4.0"
container_name: oci-registry-redis container_name: oci-registry-redis
networks: networks:
- intern - intern