Skip to content

Commit

Permalink
update image names
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Nov 25, 2024
1 parent 979a019 commit abadadd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ services:
build:
context: ./web
dockerfile: Dockerfile
image: ghcr.io/idaholab/resdeeds/web
container_name: resdeeds-web
# depends_on:
# - api
depends_on:
- api
ports:
- 4200:4200
stdin_open: true
Expand All @@ -17,14 +18,14 @@ services:
build:
context: ./api
dockerfile: Dockerfile
image: ghcr.io/idaholab/resdeeds/api
container_name: resdeeds-api
depends_on:
- mongodb
env_file:
- ./api/.env
ports:
- 5000:5000
- 5678:5678
stdin_open: true
tty: true
volumes:
Expand Down

0 comments on commit abadadd

Please sign in to comment.