update repo urls
This commit is contained in:
parent
8d04d12423
commit
75766f8a4d
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user