generated from coop-cloud/example
add one comment
This commit is contained in:
parent
e998b3f396
commit
b9cec206c2
12
compose.yml
12
compose.yml
@ -34,12 +34,12 @@ services:
|
|||||||
image: lphoward/fake-s3
|
image: lphoward/fake-s3
|
||||||
volumes:
|
volumes:
|
||||||
- fakes3_data:/fakes3_root
|
- fakes3_data:/fakes3_root
|
||||||
healthcheck:
|
#healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:4569"]
|
# test: ["CMD", "curl", "-f", "http://localhost:4569"]
|
||||||
interval: 30s
|
# interval: 30s
|
||||||
timeout: 10s
|
# timeout: 10s
|
||||||
retries: 10
|
# retries: 10
|
||||||
start_period: 1m
|
# start_period: 1m
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user