remove nginx
This commit is contained in:
+1
-12
@@ -16,15 +16,4 @@ services:
|
||||
ports:
|
||||
- "3300:80"
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./nginx-conf.conf:/etc/nginx/nginx-conf.conf:ro
|
||||
depends_on:
|
||||
- backend
|
||||
- frontend
|
||||
- backend
|
||||
Reference in New Issue
Block a user