Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pglez82 authored Feb 12, 2024
1 parent 906e485 commit 98ae71d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

authservice:
container_name: authservice-${teamname:-defaultASW}
image: ghcr.io/arquisoft/asw2324_0/authservice:latest
image: ghcr.io/pglez82/asw2324_0/authservice:latest
profiles: ["dev", "prod"]
build: ./users/authservice
depends_on:
Expand All @@ -27,7 +27,7 @@ services:

userservice:
container_name: userservice-${teamname:-defaultASW}
image: ghcr.io/arquisoft/asw2324_0/userservice:latest
image: ghcr.io/pglez82/asw2324_0/userservice:latest
profiles: ["dev", "prod"]
build: ./users/userservice
depends_on:
Expand All @@ -41,7 +41,7 @@ services:

gatewayservice:
container_name: gatewayservice-${teamname:-defaultASW}
image: ghcr.io/arquisoft/asw2324_0/gatewayservice:latest
image: ghcr.io/pglez82/asw2324_0/gatewayservice:latest
profiles: ["dev", "prod"]
build: ./gatewayservice
depends_on:
Expand All @@ -58,7 +58,7 @@ services:

webapp:
container_name: webapp-${teamname:-defaultASW}
image: ghcr.io/arquisoft/asw2324_0/webapp:latest
image: ghcr.io/pglez82/asw2324_0/webapp:latest
profiles: ["dev", "prod"]
build: ./webapp
depends_on:
Expand Down Expand Up @@ -107,4 +107,4 @@ volumes:

networks:
mynetwork:
driver: bridge
driver: bridge

0 comments on commit 98ae71d

Please sign in to comment.