mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-10 06:24:18 +00:00
faa6b3969d
This commit rebases the generic code into the monolithic image This allows the base image to be the more regularly accessed / edited image Commits to lancachenet/generic:switcheroo will mimic this commit Also fixes lancachenet/generic#108
28 lines
484 B
YAML
28 lines
484 B
YAML
file:
|
|
/data/logs/access.log:
|
|
exists: true
|
|
contains: []
|
|
/data/logs/error.log:
|
|
exists: true
|
|
contains: []
|
|
port:
|
|
tcp:80:
|
|
listening: true
|
|
command:
|
|
/scripts/cache_test.sh:
|
|
exit-status: 0
|
|
stdout:
|
|
- Succesfully Cached
|
|
timeout: 20000
|
|
process:
|
|
nginx:
|
|
running: true
|
|
supervisord:
|
|
running: true
|
|
http:
|
|
http://127.0.0.1/lancache-heartbeat:
|
|
status: 204
|
|
allow-insecure: false
|
|
no-follow-redirects: false
|
|
timeout: 0
|
|
body: []
|