Skip to content

Commit

Permalink
cambios yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliariego committed May 4, 2022
1 parent fd45e46 commit 196043f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3.5'
services:
restapi:
image: ghcr.io/pglez82/asw2122_0/restapi:latest
image: ghcr.io/Arquisoft/dede_es5c/restapi:latest
ports:
- "5000:5000"
webapp:
image: ghcr.io/pglez82/asw2122_0/webapp:latest
image: ghcr.io/Arquisoft/dede_es5c/webapp:latest
ports:
- "3000:3000"
depends_on:
Expand Down

0 comments on commit 196043f

Please sign in to comment.