mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
Gatus production ready
This commit is contained in:
@@ -36,7 +36,7 @@ You may have to use multiple containers, such as Maria or postgres for db.
|
||||
|
||||
Directories ending with _dev contain projects that are still under development or experimental. These are not yet considered production-ready.
|
||||
|
||||
Directories ending with _notes contain projects that usually don’t require a full Docker Compose file. They may include notes, example commands, or minimal Compose files just to illustrate setup. For example, the ollama project has a docker-compose.yml showing CPU vs GPU usage.
|
||||
Directories ending with _notes contain projects that usually don’t require a full Docker Compose file. They may include notes, example commands, or minimal Compose files just to illustrate setup. For example, the handbrake project has a compose-cpu.yaml and a compose-gpu.yaml.
|
||||
|
||||
## Test a container
|
||||
|
||||
|
||||
+1
-3
@@ -5,6 +5,4 @@ CONFIG_PATH=/data/config.yml
|
||||
VOL_PATH=/data
|
||||
GATUS_RESTART=unless-stopped
|
||||
GATUS_PORT=8080
|
||||
GATUS_IMAGE=ghcr.io/twin/gatus:stable
|
||||
#or dockerhub
|
||||
#GATUS_IMAGE=twinproduction/gatus:latest
|
||||
GATUS_IMAGE=twinproduction/gatus:latest
|
||||
Reference in New Issue
Block a user