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