Gatus production ready

This commit is contained in:
2026-04-20 23:42:59 +00:00
parent 20fd0c432b
commit 0e8ad8cb51
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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 dont 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 dont 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
View File
@@ -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