mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +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
|
||||
maintenance:
|
||||
build:
|
||||
context: backend/maintenance-worker
|
||||
context: maintenance
|
||||
volumes:
|
||||
- mongo-export:/mongo-export
|
||||
- uploads:/uploads
|
||||
- ./backend/maintenance-worker/migration/:/migration
|
||||
- ./backend/maintenance-worker/.ssh/:/root/.ssh/
|
||||
- ./maintenance/migration/:/migration
|
||||
- ./maintenance/.ssh/:/root/.ssh/
|
||||
networks:
|
||||
- hc-network
|
||||
depends_on:
|
||||
|
||||
@ -38,7 +38,7 @@ services:
|
||||
neo4j:
|
||||
image: humanconnection/neo4j:latest
|
||||
build:
|
||||
context: backend/neo4j
|
||||
context: neo4j
|
||||
networks:
|
||||
- hc-network
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user