Skip to content

Commit

Permalink
Add panet container for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jan 9, 2024
1 parent 437dba6 commit f581aa1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ services:
profiles:
- pr

panet:
build:
context: ../pan-ontologies-api/.
volumes:
- ../pan-ontologies-api:/home/node/app
- /home/node/app/node_modules
# infinite loop to keep the container running
command: /bin/sh -c "while sleep 1000; do :; done"
profiles:
- panet
ports:
- 3002:3000

volumes:
mongodb_data:
driver: local

0 comments on commit f581aa1

Please sign in to comment.