Skip to content

Commit

Permalink
Update docker-compose-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cidinene authored Jan 28, 2023
1 parent 5854ecd commit 9df771b
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/arquisoft/lomap_0/restapi:latest
image: ghcr.io/arquisoft/lomap_es6b/restapi:latest
ports:
- "5000:5000"
webapp:
image: ghcr.io/arquisoft/lomap_0/webapp:latest
image: ghcr.io/arquisoft/lomap_es6b/webapp:latest
ports:
- "3000:3000"
depends_on:
- restapi
- restapi

0 comments on commit 9df771b

Please sign in to comment.