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