Skip to content

Commit

Permalink
Merge pull request #44 from catenasys/fix/SXT-889
Browse files Browse the repository at this point in the history
fix(docker-compose): fix a name clash with catenasys/daml-on-postgres
  • Loading branch information
scealiontach authored Dec 31, 2021
2 parents 900c325 + bd6dd75 commit 59ed536
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 59ed536

Please sign in to comment.