mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Create docker-compose-raw.yaml
This commit is contained in:
25
docker-compose-test/docker-compose-raw.yaml
Normal file
25
docker-compose-test/docker-compose-raw.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
uptimekuma:
|
||||
image: louislam/uptime-kuma:1.23.13@sha256:96510915e6be539b76bcba2e6873591c67aca8a6075ff09f5b4723ae47f333fc
|
||||
volumes:
|
||||
- uptime-kuma:/app/data
|
||||
labels:
|
||||
- caddy=status.example.com
|
||||
- caddy.reverse_proxy="* {{upstreams 3001}}"
|
||||
networks:
|
||||
- coolify
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD-SHELL
|
||||
- extra/healthcheck
|
||||
interval: 2s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
|
||||
volumes:
|
||||
uptime-kuma:
|
||||
name: uptime-kuma
|
||||
|
||||
networks:
|
||||
coolify:
|
||||
external: true
|
||||
Reference in New Issue
Block a user