mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-22 08:12:19 +00:00
Delete examples/dockcheck-web directory
Remove deprecated repo
This commit is contained in:
parent
3e813f8e80
commit
95c7961557
|
@ -1,3 +0,0 @@
|
||||||
# References
|
|
||||||
|
|
||||||
- https://github.com/Palleri/dockcheck-web
|
|
|
@ -1,28 +0,0 @@
|
||||||
version: '3.2'
|
|
||||||
|
|
||||||
services:
|
|
||||||
dockcheck-web:
|
|
||||||
container_name: dockcheck-web
|
|
||||||
hostname: dockcheck-web
|
|
||||||
image: palleri/dockcheck-web:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- '8765:80'
|
|
||||||
volumes:
|
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/dockcheck-web/data:/var/www/html
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
#networks:
|
|
||||||
# - proxy
|
|
||||||
#labels:
|
|
||||||
# - traefik.enable=true
|
|
||||||
# - traefik.http.routers.dockcheck-web.rule=Host(`dockcheck.example.com`)
|
|
||||||
# - traefik.http.services.dockcheck-web.loadbalancer.server.port=80
|
|
||||||
# - traefik.docker.network=proxy
|
|
||||||
# # Part for optional traefik middlewares
|
|
||||||
# - traefik.http.routers.dockcheck-web.middlewares=local-ipwhitelist@file,basic-auth@file
|
|
||||||
|
|
||||||
#networks:
|
|
||||||
# proxy:
|
|
||||||
# external: true
|
|
Loading…
Reference in New Issue
Block a user