feat: Updates compose file.
This commit is contained in:
@@ -13,11 +13,11 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8082:8080
|
- 8082:8080
|
||||||
healthcheck:
|
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
|
interval: 1m
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
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:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user