Compare commits

...

7 Commits

Author SHA1 Message Date
1c3c3e6c64 Update uptime-kuma/docker-compose.yml
Upgrade to version 2.2.1, dated March 2026
2026-04-13 13:55:32 +01:00
99e4385250 Delete WatchYourLAN/docker-compose.yml 2026-04-06 16:46:28 +01:00
16df6a6b41 Update WatchYourLAN/docker-compose.yml 2026-04-06 16:43:54 +01:00
6449535192 Update WatchYourLAN/docker-compose.yml 2026-04-06 16:42:31 +01:00
b734a45b45 Add WatchYourLAN/docker-compose.yml
transferred from "elite" modified bind volume and interface name
2026-04-06 16:27:29 +01:00
28e00a3096 Add ctiomag/docker-compose.yml 2026-03-27 16:24:31 +00:00
2a8a668bdc Update ghost/docker-compose.yml 2026-03-25 21:03:31 +00:00
3 changed files with 23 additions and 8 deletions

View File

@@ -0,0 +1,21 @@
# a simple web page developed on OMEGA using NICEPAGE
# accessed via https://ctio.johnsnexus.click; this replaced the site developed on GHOST
# data files held on Production cluster
#
services:
ctiomag:
image: httpd:latest
container_name: ctiomag
deploy:
replicas: 1
restart: on-failure
ports:
- 8877:80
volumes:
- /media/gv0/ctiomag:/usr/local/apache2/htdocs
networks:
- caddy_net
networks:
caddy_net:
external: true

View File

@@ -3,9 +3,6 @@ services:
image: ghost:6.22.1
container_name: ghost
deploy:
placement:
constraints:
- node.labels.target == here
replicas: 1
restart: always
ports:
@@ -41,13 +38,10 @@ services:
image: mysql:8.4.6 # latest or last version of version 8; Ghost doesn't recognise version 9
container_name: mysql
deploy:
placement:
constraints:
- node.labels.database == here
replicas: 1
restart: always
volumes:
- /media/gv0/docker/ghost/mysql:/var/lib/mysql:rw
- /media/gv0/docker/mysql/data:/var/lib/mysql:rw
environment:
MYSQL_ROOT_PASSWORD: Vegetable
MYSQL_DATABASE: ghostdb

View File

@@ -1,6 +1,6 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:2
image: louislam/uptime-kuma:2.2.1
container_name: uptime-kuma
deploy:
placement: