corrected urls
This commit is contained in:
parent
814be7548c
commit
037fb19b95
@ -1,7 +1,7 @@
|
|||||||
# Wir.Social Deploys And Rebrands Ocelot.Social
|
# Wir.Social Deploys And Rebrands Ocelot.Social
|
||||||
|
|
||||||
[](https://github.com/wir-social/wir-social/actions)
|
[](https://github.com/IT4Change/wir.social/actions)
|
||||||
[](https://github.com/wir-social/wir-social/blob/LICENSE.md)
|
[](https://github.com/IT4Change/wir.social/blob/LICENSE.md)
|
||||||
[](https://discord.gg/AJSX9DCSUA)
|
[](https://discord.gg/AJSX9DCSUA)
|
||||||
[](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding)
|
[](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding)
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
webapp:
|
webapp:
|
||||||
image: ghcr.io/wir-social/wir.social/webapp
|
image: ghcr.io/IT4Change/wir.social/webapp
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/webapp.Dockerfile
|
dockerfile: ./docker/webapp.Dockerfile
|
||||||
@ -18,7 +18,7 @@ services:
|
|||||||
- backend
|
- backend
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: ghcr.io/wir-social/wir-social/backend
|
image: ghcr.io/IT4Change/wir.social/backend
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/backend.Dockerfile
|
dockerfile: ./docker/backend.Dockerfile
|
||||||
@ -38,7 +38,7 @@ services:
|
|||||||
- neo4j
|
- neo4j
|
||||||
|
|
||||||
maintenance:
|
maintenance:
|
||||||
image: ghcr.io/wir-social/wir.social/maintenance
|
image: ghcr.io/IT4Change/wir.social/maintenance
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/maintenance.Dockerfile
|
dockerfile: ./docker/maintenance.Dockerfile
|
||||||
|
|||||||
@ -4,4 +4,4 @@ domain: wir-social-staging.ocelot-social.it4c.org
|
|||||||
redirect_domains: []
|
redirect_domains: []
|
||||||
namespace: wir-social-ocelot
|
namespace: wir-social-ocelot
|
||||||
image_tag: {{ $image_tag }}
|
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
|
namespace: wir-social-ocelot-production
|
||||||
#image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
|
#image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
|
||||||
image_tag: {{ $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