Merge pull request #6265 from Ocelot-Social-Community/fix-rebranding-docker-compose

fix(other): docker-compose for rebranding deployment
This commit is contained in:
Ulf Gebhardt 2023-04-26 11:40:11 +02:00 committed by GitHub
commit 54656e5294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,10 +65,10 @@ services:
backend:
image: ocelotsocialnetwork/backend-branded:local-${CONFIGURATION}
container_name: backend
container_name: backend-branded
build:
dockerfile: src/docker/backend.Dockerfile
target: branded-branded
target: branded
context: .
args:
- CONFIGURATION=$CONFIGURATION
@ -143,7 +143,7 @@ services:
neo4j:
image: ocelotsocialnetwork/neo4j-community:latest
container_name: neo4j
container_name: neo4j-branded
networks:
- test-network
volumes: