mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
17 lines
258 B
YAML
17 lines
258 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
backend:
|
|
container_name: backend.127.0.0.1.xip.io
|
|
volumes:
|
|
- .:/nitro-backend
|
|
- /nitro-backend/node_modules
|
|
neo4j:
|
|
ports:
|
|
- 7687:7687
|
|
- 7474:7474
|
|
|
|
networks:
|
|
hc-network:
|
|
name: hc-network
|