mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
17 lines
292 B
YAML
17 lines
292 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
backend:
|
|
image: humanconnection/nitro-backend:builder
|
|
build:
|
|
context: .
|
|
target: builder
|
|
volumes:
|
|
- .:/nitro-backend
|
|
- /nitro-backend/node_modules
|
|
command: yarn run dev
|
|
neo4j:
|
|
ports:
|
|
- 7687:7687
|
|
- 7474:7474
|