Skip to content

Commit

Permalink
Explicitly set the container names in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindhagberg committed Oct 15, 2024
1 parent d0f53ff commit 35f7a57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: "3.9"
services:
nivlheimweb:
container_name: docker-nivlheimweb-1
depends_on:
- nivlheimapi
image: nivlheim-www
Expand All @@ -22,6 +23,7 @@ services:
start_period: 15s

nivlheimapi:
container_name: docker-nivlheimapi-1
depends_on:
postgres:
condition: service_healthy
Expand Down

0 comments on commit 35f7a57

Please sign in to comment.