Skip to content

Commit

Permalink
Revert "Refer docker compose to docker dir"
Browse files Browse the repository at this point in the history
This reverts commit bbac40a.
  • Loading branch information
dometto committed May 22, 2024
1 parent 3db761b commit 9db2dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
networks:
- common_network
build:
context: ../../docker/irods_catalog
context: ./docker/irods_catalog
environment:
- POSTGRES_PASSWORD=testpassword
irods-catalog-provider:
image: irods-catalog-provider
networks:
- common_network
build:
context: ../../docker/irods_catalog_provider
context: ./docker/irods_catalog_provider
# network_mode: host
depends_on:
- irods-catalog
Expand All @@ -36,7 +36,7 @@
platform: linux/amd64
build:
context: .
dockerfile: ../../docker/irods_client/Dockerfile
dockerfile: ./docker/irods_client/Dockerfile
depends_on:
- irods-catalog-provider
tty: true
Expand Down

0 comments on commit 9db2dbb

Please sign in to comment.