Files
kamal/test/integration/docker/deployer/app/config/deploy.yml
Donal McBreen a77428143f Fix the integration test healthcheck
The alpine nginx container doesn't contain curl, so let's override the
healthcheck command to use wget.
2023-05-01 12:11:24 +01:00

14 lines
204 B
YAML

service: app
image: app
servers:
- vm1
- vm2
registry:
server: registry:4443
username: root
password: root
builder:
multiarch: false
healthcheck:
cmd: wget -qO- http://localhost > /dev/null