corrected urls
This commit is contained in:
parent
814be7548c
commit
037fb19b95
@ -1,7 +1,7 @@
|
||||
# Wir.Social Deploys And Rebrands Ocelot.Social
|
||||
|
||||
[](https://github.com/wir-social/wir-social/actions)
|
||||
[](https://github.com/wir-social/wir-social/blob/LICENSE.md)
|
||||
[](https://github.com/IT4Change/wir.social/actions)
|
||||
[](https://github.com/IT4Change/wir.social/blob/LICENSE.md)
|
||||
[](https://discord.gg/AJSX9DCSUA)
|
||||
[](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
services:
|
||||
webapp:
|
||||
image: ghcr.io/wir-social/wir.social/webapp
|
||||
image: ghcr.io/IT4Change/wir.social/webapp
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/webapp.Dockerfile
|
||||
@ -18,7 +18,7 @@ services:
|
||||
- backend
|
||||
|
||||
backend:
|
||||
image: ghcr.io/wir-social/wir-social/backend
|
||||
image: ghcr.io/IT4Change/wir.social/backend
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/backend.Dockerfile
|
||||
@ -38,7 +38,7 @@ services:
|
||||
- neo4j
|
||||
|
||||
maintenance:
|
||||
image: ghcr.io/wir-social/wir.social/maintenance
|
||||
image: ghcr.io/IT4Change/wir.social/maintenance
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/maintenance.Dockerfile
|
||||
|
||||
@ -4,4 +4,4 @@ domain: wir-social-staging.ocelot-social.it4c.org
|
||||
redirect_domains: []
|
||||
namespace: wir-social-ocelot
|
||||
image_tag: {{ $image_tag }}
|
||||
github_repository: wir-social/wir.social
|
||||
github_repository: IT4Change/wir.social
|
||||
|
||||
@ -8,4 +8,4 @@ redirect_domains: | # i don't understand it, but its the way to get it to work:
|
||||
namespace: wir-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/wir.social
|
||||
github_repository: github_repository/wir.social
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user