diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index bf443c2..4fba759 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -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: - testweb: - image: httpd:2.4.65-alpine - container_name: testweb - deploy: -# placement: -# constraints: [node.role == worker] - replicas: 1 - restart: on-failure + uptime-kuma: + image: louislam/uptime-kuma:2 + container_name: uptime-kuma + restart: always ports: - - 8878:80 + - "3010:3001" volumes: - - /media/gv0/TestWebSite:/usr/local/apache2/htdocs - networks: - - caddy_net - -networks: - caddy_net: - external: true \ No newline at end of file + - /media/gv0/docker/uptime-kuma/data:/app/data + - /var/run/docker.sock:/var/run/docker.sock