Skip to content

Commit

Permalink
Refer docker compose to docker dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed May 21, 2024
1 parent 23e19f8 commit bbac40a
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 bbac40a

Please sign in to comment.