This commit is contained in:
@@ -5,6 +5,11 @@ services:
|
|||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
ports:
|
ports:
|
||||||
- "3000:80"
|
- "3000:80"
|
||||||
|
volumes:
|
||||||
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
|
depends_on:
|
||||||
|
- frontend
|
||||||
|
- backend
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: git.aranroig.com/Syndria98/aranroig-frontend:latest
|
image: git.aranroig.com/Syndria98/aranroig-frontend:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user