feat: Updates compose file.
This commit is contained in:
@@ -13,11 +13,11 @@ services:
|
||||
ports:
|
||||
- 8082:8080
|
||||
healthcheck:
|
||||
test: curl --fail -s http://0.0.0.0:8080/health || exit 1
|
||||
test: curl --fail --silent http://0.0.0.0:8080/health || exit 1
|
||||
interval: 1m
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
command: ["serve", "--env", "production", "--hostname", "0.0.0.0", "--port", "8080"]
|
||||
command: serve --env production --hostname 0.0.0.0 --port 8080
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
Reference in New Issue
Block a user