corrected urls

This commit is contained in:
Ulf Gebhardt 2024-12-11 03:07:57 +01:00
parent 814be7548c
commit 037fb19b95
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Wir.Social Deploys And Rebrands Ocelot.Social
[![Build Status Publish](https://github.com/wir-social/wir-social/actions/workflows/publish.yml/badge.svg)](https://github.com/wir-social/wir-social/actions)
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/wir-social/wir-social/blob/LICENSE.md)
[![Build Status Publish](https://github.com/IT4Change/wir.social/actions/workflows/publish.yml/badge.svg)](https://github.com/IT4Change/wir.social/actions)
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/IT4Change/wir.social/blob/LICENSE.md)
[![Discord Channel](https://img.shields.io/discord/489522408076738561.svg)](https://discord.gg/AJSX9DCSUA)
[![Open Source Helpers](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding/badges/users.svg)](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding)

View File

@ -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

View File

@ -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

View File

@ -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