Skip to content

Commit

Permalink
Update docker compose with datomic console
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33m0nk committed Feb 17, 2024
1 parent 0a3f730 commit b05f3a9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,31 @@ services:
datomic-db-initialization:
condition: service_completed_successfully

console:
build:
context: ../
args:
DATOMIC_VERSION: 1.0.7075
dockerfile: Dockerfile
ports:
- ${CONSOLE_HOST_MAPPING_PORT}:8888
environment:
- RUN_MODE=CONSOLE
- PG_HOST=postgres
- PG_PORT=5432
- PG_PASSWORD=datomic
- PG_USER=datomic
- PG_DATABASE=datomic
networks:
datomic-network:
ipv4_address: 192.168.200.6
restart: always
depends_on:
transactor:
condition: service_healthy
datomic-db-initialization:
condition: service_completed_successfully


networks:
datomic-network:
Expand Down

0 comments on commit b05f3a9

Please sign in to comment.