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"
|
- "3000:80"
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: jochent/dishplanner-backend:latest
|
image: jochent/dishplanner-backend:v0.2
|
||||||
container_name: dishplanner-backend
|
container_name: dishplanner-backend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -25,10 +25,10 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:80"
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: jochent/dishplanner-frontend:latest
|
image: jochent/dishplanner-frontend:v0.2
|
||||||
container_name: dishplanner-frontend
|
container_name: dishplanner-frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue