mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Move maintenance & neo4j in dedicated folders
This commit is contained in:
parent
0352154742
commit
c7a08b792e
@ -11,12 +11,12 @@ services:
|
|||||||
- NEO4J_apoc_import_file_enabled=true
|
- NEO4J_apoc_import_file_enabled=true
|
||||||
maintenance:
|
maintenance:
|
||||||
build:
|
build:
|
||||||
context: backend/maintenance-worker
|
context: maintenance
|
||||||
volumes:
|
volumes:
|
||||||
- mongo-export:/mongo-export
|
- mongo-export:/mongo-export
|
||||||
- uploads:/uploads
|
- uploads:/uploads
|
||||||
- ./backend/maintenance-worker/migration/:/migration
|
- ./maintenance/migration/:/migration
|
||||||
- ./backend/maintenance-worker/.ssh/:/root/.ssh/
|
- ./maintenance/.ssh/:/root/.ssh/
|
||||||
networks:
|
networks:
|
||||||
- hc-network
|
- hc-network
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@ -38,7 +38,7 @@ services:
|
|||||||
neo4j:
|
neo4j:
|
||||||
image: humanconnection/neo4j:latest
|
image: humanconnection/neo4j:latest
|
||||||
build:
|
build:
|
||||||
context: backend/neo4j
|
context: neo4j
|
||||||
networks:
|
networks:
|
||||||
- hc-network
|
- hc-network
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user