chore: web volumes
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ services:
|
|||||||
runtime:
|
runtime:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/frontend:/app
|
- ${PWD}/frontend:/usr/share/nginx/html
|
||||||
- ./default.conf:/etc/nginx/conf.d/default.conf.template:ro
|
- ./default.conf:/etc/nginx/conf.d/default.conf.template:ro
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null" ]
|
test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user