Skip to content

Commit

Permalink
Añadidas variables de entorno
Browse files Browse the repository at this point in the history
  • Loading branch information
uo277931 committed Apr 1, 2022
1 parent 83384c4 commit fc424bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3.5'
services:
restapi:
image: ghcr.io/Arquisoft/dede_es4a/restapi:latest
image: ghcr.io/arquisoft/dede_es4a/restapi:latest
ports:
- "5000:5000"
webapp:
image: ghcr.io/Arquisoft/dede_es4a/webapp:latest
image: ghcr.io/arquisoft/dede_es4a/webapp:latest
ports:
- "3000:3000"
depends_on:
Expand Down

0 comments on commit fc424bb

Please sign in to comment.