diff --git a/docker-compose-deploy.yaml b/docker-compose-deploy.yaml index fa5e340..e39a0f8 100644 --- a/docker-compose-deploy.yaml +++ b/docker-compose-deploy.yaml @@ -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: