Fix issues
This commit is contained in:
parent
4686a5561a
commit
3d36f0bf1d
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
- "3000:80"
|
||||
|
||||
backend:
|
||||
image: jochent/dishplanner-backend:latest
|
||||
image: jochent/dishplanner-backend:v0.2
|
||||
container_name: dishplanner-backend
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
|
@ -25,10 +25,10 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8080:80"
|
||||
|
||||
frontend:
|
||||
image: jochent/dishplanner-frontend:latest
|
||||
image: jochent/dishplanner-frontend:v0.2
|
||||
container_name: dishplanner-frontend
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue