update repo urls

This commit is contained in:
Ulf Gebhardt 2024-12-11 13:54:11 +01:00
parent 8d04d12423
commit 75766f8a4d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
services:
webapp:
image: ghcr.io/wir-social/freilernen.social/webapp
image: ghcr.io/IT4Change/freilernen.social/webapp
build:
context: .
dockerfile: ./docker/webapp.Dockerfile
@ -18,7 +18,7 @@ services:
- backend
backend:
image: ghcr.io/wir-social/freilernen.social/backend
image: ghcr.io/IT4Change/freilernen.social/backend
build:
context: .
dockerfile: ./docker/backend.Dockerfile
@ -38,7 +38,7 @@ services:
- neo4j
maintenance:
image: ghcr.io/wir-social/freilernen.social/maintenance
image: ghcr.io/IT4Change/freilernen.social/maintenance
build:
context: .
dockerfile: ./docker/maintenance.Dockerfile

View File

@ -4,4 +4,4 @@ domain: freilernen-social-staging.ocelot-social.it4c.org
redirect_domains: []
namespace: freilernen-social-ocelot
image_tag: {{ $image_tag }}
github_repository: wir-social/freilernen.social
github_repository: IT4Change/freilernen.social

View File

@ -8,4 +8,4 @@ redirect_domains: | # i don't understand it, but its the way to get it to work:
namespace: freilernen-social-ocelot-production
#image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
image_tag: {{ $image_tag }}
github_repository: wir-social/freilernen.social
github_repository: IT4Change/freilernen.social