tagging is actually unnecessaryand

and can be done later
This commit is contained in:
Robert Schäfer 2024-10-28 21:17:24 +01:00
parent 78e7f7b3b7
commit 6894b57008

View File

@ -1,6 +1,6 @@
services: services:
webapp: webapp:
image: ghcr.io/ocelot-social-community/stage.ocelot.social/webapp:ocelot-${OCELOT_VERSION:-master}--branded-${BRANDED_VERSION:-master} image: ghcr.io/ocelot-social-community/stage.ocelot.social/webapp
build: build:
context: . context: .
dockerfile: ./docker/backend.Dockerfile dockerfile: ./docker/backend.Dockerfile
@ -15,7 +15,7 @@ services:
- backend - backend
backend: backend:
image: ghcr.io/ocelot-social-community/stage.ocelot.social/backend:ocelot-${OCELOT_VERSION:-master}--branded-${BRANDED_VERSION:-master} image: ghcr.io/ocelot-social-community/stage.ocelot.social/backend
build: build:
context: . context: .
dockerfile: ./docker/webapp.Dockerfile dockerfile: ./docker/webapp.Dockerfile
@ -32,7 +32,7 @@ services:
- neo4j - neo4j
maintenance: maintenance:
image: ghcr.io/ocelot-social-community/stage.ocelot.social/maintenance:ocelot-${OCELOT_VERSION:-master}--branded-${BRANDED_VERSION:-master} image: ghcr.io/ocelot-social-community/stage.ocelot.social/maintenance
build: build:
context: . context: .
dockerfile: ./docker/maintenance.Dockerfile dockerfile: ./docker/maintenance.Dockerfile
@ -43,7 +43,7 @@ services:
- 3001:80 - 3001:80
neo4j: neo4j:
image: ghcr.io/ocelot-social-community/ocelot-social/neo4j:${OCELOT_VERSION:-master} image: ghcr.io/ocelot-social-community/ocelot-social/neo4j
environment: environment:
NEO4J_AUTH: none NEO4J_AUTH: none
NEO4J_dbms_allow__format__migration: "true" NEO4J_dbms_allow__format__migration: "true"