mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
DB volume (for cleaning) + Naming: server->backend
This commit is contained in:
parent
cbf83273fb
commit
91fb18f77d
@ -1,7 +1,7 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
server:
|
||||
backend:
|
||||
build: .
|
||||
networks:
|
||||
- hc-network
|
||||
@ -21,9 +21,14 @@ services:
|
||||
image: neo4j:3.4
|
||||
networks:
|
||||
- hc-network
|
||||
volumes:
|
||||
- neo4j-data:/data
|
||||
environment:
|
||||
- NEO4J_AUTH=none
|
||||
|
||||
networks:
|
||||
hc-network:
|
||||
name: hc-network
|
||||
|
||||
volumes:
|
||||
neo4j-data:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user