Skip to content

Commit

Permalink
Update docker-compose-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danieladov authored Mar 29, 2022
1 parent 98d7abd commit b8c8f9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '3.5'
services:
restapi:
image: ghcr.io/pglez82/asw2122_0/restapi:latest
image: ghcr.io/arquisoft/dede_en_01b/restapi:latest
ports:
- "5000:5000"
webapp:
image: ghcr.io/pglez82/asw2122_0/webapp:latest
image: ghcr.io/arquisoft/dede_en_01b/webapp:latest
ports:
- "3000:3000"
depends_on:
- restapi
- restapi

0 comments on commit b8c8f9d

Please sign in to comment.