Skip to content

Commit

Permalink
build(docker): add navigator-daemon image
Browse files Browse the repository at this point in the history
  • Loading branch information
schmolldechse committed Mar 9, 2025
1 parent 9361737 commit 734f24f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ services:
GITHUB_CLIENT_ID: ${GITHUB_CLIENT_ID}
GITHUB_CLIENT_SECRET: ${GITHUB_CLIENT_SECRET}

navigator-daemon:
container_name: navigator-daemon
image: ghcr.io/schmolldechse/navigator-daemon:latest
restart: on-failure
networks: [ "navigator-network" ]
environment:
MONGO_URL: ${MONGO_URL}

navigator-mongodb:
container_name: navigator-mongodb
image: bitnami/mongodb:latest
Expand Down

0 comments on commit 734f24f

Please sign in to comment.