mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #6265 from Ocelot-Social-Community/fix-rebranding-docker-compose
fix(other): docker-compose for rebranding deployment
This commit is contained in:
commit
54656e5294
@ -65,10 +65,10 @@ services:
|
|||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: ocelotsocialnetwork/backend-branded:local-${CONFIGURATION}
|
image: ocelotsocialnetwork/backend-branded:local-${CONFIGURATION}
|
||||||
container_name: backend
|
container_name: backend-branded
|
||||||
build:
|
build:
|
||||||
dockerfile: src/docker/backend.Dockerfile
|
dockerfile: src/docker/backend.Dockerfile
|
||||||
target: branded-branded
|
target: branded
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
- CONFIGURATION=$CONFIGURATION
|
- CONFIGURATION=$CONFIGURATION
|
||||||
@ -143,7 +143,7 @@ services:
|
|||||||
|
|
||||||
neo4j:
|
neo4j:
|
||||||
image: ocelotsocialnetwork/neo4j-community:latest
|
image: ocelotsocialnetwork/neo4j-community:latest
|
||||||
container_name: neo4j
|
container_name: neo4j-branded
|
||||||
networks:
|
networks:
|
||||||
- test-network
|
- test-network
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user