Update uptime-kuma/docker-compose.yml
This commit is contained in:
@@ -1,23 +1,10 @@
|
|||||||
# a simple web page developed on OMEGA using NICEPAGE
|
|
||||||
# accessed via https://northweb.johnsnexus.click
|
|
||||||
# data files held on Production cluster
|
|
||||||
#
|
|
||||||
services:
|
services:
|
||||||
testweb:
|
uptime-kuma:
|
||||||
image: httpd:2.4.65-alpine
|
image: louislam/uptime-kuma:2
|
||||||
container_name: testweb
|
container_name: uptime-kuma
|
||||||
deploy:
|
restart: always
|
||||||
# placement:
|
|
||||||
# constraints: [node.role == worker]
|
|
||||||
replicas: 1
|
|
||||||
restart: on-failure
|
|
||||||
ports:
|
ports:
|
||||||
- 8878:80
|
- "3010:3001"
|
||||||
volumes:
|
volumes:
|
||||||
- /media/gv0/TestWebSite:/usr/local/apache2/htdocs
|
- /media/gv0/docker/uptime-kuma/data:/app/data
|
||||||
networks:
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- caddy_net
|
|
||||||
|
|
||||||
networks:
|
|
||||||
caddy_net:
|
|
||||||
external: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user