Skip to content

Commit

Permalink
Adds datomic transactor log directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33m0nk committed Feb 17, 2024
1 parent c7f6142 commit 954861c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ services:
- PG_USER=datomic
- PG_DATABASE=datomic
- MEMCACHED_HOST=192.168.200.2
volumes:
- datomic-transactor-log:/datomic-pro/log
healthcheck:
test: ["CMD-SHELL", 'if [[ $(curl -s -o /dev/null -w "%{http_code}" -X GET http://transactor:9999/health) = "200" ]]; then echo 0; else echo 1; fi']
interval: 10s
Expand Down Expand Up @@ -196,3 +198,4 @@ networks:

volumes:
postgres-data:
datomic-transactor-log:

0 comments on commit 954861c

Please sign in to comment.