Add uptime-kuma/docker-compose.yml
This commit is contained in:
23
uptime-kuma/docker-compose.yml
Normal file
23
uptime-kuma/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# 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
|
||||||
|
ports:
|
||||||
|
- 8878:80
|
||||||
|
volumes:
|
||||||
|
- /media/gv0/TestWebSite:/usr/local/apache2/htdocs
|
||||||
|
networks:
|
||||||
|
- caddy_net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
caddy_net:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user