Skip to content

Commit

Permalink
fix(docker-compose): fix a name clash with catenasys/daml-on-postgres
Browse files Browse the repository at this point in the history
an image must be published from exactly one repo

Signed-off-by: Kevin O'Donnell <[email protected]>
  • Loading branch information
scealiontach committed Dec 31, 2021
1 parent 900c325 commit bd6dd75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ services:
volumes:
- ./:/project

daml-on-postgres:
daml-on-postgres-ng:
build:
context: .
dockerfile: docker/daml-on-postgres.docker
image: daml-on-postgres:${ISOLATION_ID}
image: daml-on-postgres-ng:${ISOLATION_ID}
container_name: daml-on-postgres
volumes:
- ./:/project
Empty file added dummy-kubeconfig.yaml
Empty file.

0 comments on commit bd6dd75

Please sign in to comment.