mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
rename dirs
This commit is contained in:
3
examples/uptime-kuma/README.md
Normal file
3
examples/uptime-kuma/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# References
|
||||
|
||||
- https://github.com/louislam/uptime-kuma
|
||||
28
examples/uptime-kuma/docker-compose.yml
Normal file
28
examples/uptime-kuma/docker-compose.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: uptime-kuma
|
||||
hostname: uptime-kuma
|
||||
image: louislam/uptime-kuma
|
||||
restart: always
|
||||
ports:
|
||||
- 3001:3001
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/uptimekuma:/app/data
|
||||
#networks:
|
||||
# - proxy
|
||||
#labels:
|
||||
# - traefik.enable=true
|
||||
# - traefik.http.routers.uptimekuma.rule=Host(`uptimekuma.example.com`)
|
||||
# - traefik.http.services.uptimekuma.loadbalancer.server.port=3001
|
||||
# - traefik.docker.network=proxy
|
||||
# # Part for local lan services only
|
||||
# #- traefik.http.routers.uptimekuma.middlewares=local-ipwhitelist@file
|
||||
|
||||
#networks:
|
||||
# proxy:
|
||||
# external: true
|
||||
Reference in New Issue
Block a user