Skip to content

Commit

Permalink
Cambiado por wiq_es05c en el dockercompose
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Mar 11, 2024
1 parent 46d9e04 commit 7563646
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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:-wiq_es05c}
image: ghcr.io/arquisoft/${teamname:-wiq_es05c}/authservice:latest
image: ghcr.io/arquisoft/wiq_es05c/authservice:latest
profiles: ["dev", "prod"]
build: ./users/authservice
depends_on:
Expand All @@ -27,7 +27,7 @@ services:

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

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

webapp:
container_name: webapp-${teamname:-wiq_es05c}
image: ghcr.io/arquisoft/${teamname:-wiq_es05c}/webapp:latest
image: ghcr.io/arquisoft/wiq_es05c/webapp:latest
profiles: ["dev", "prod"]
build: ./webapp
depends_on:
Expand Down

0 comments on commit 7563646

Please sign in to comment.