Files
Prod/ctiomag/docker-compose.yml
john 0997140207 Update ctiomag/docker-compose.yml
Move back to using volume on Production cluster shared storage
2026-05-13 11:44:27 +00:00

21 lines
487 B
YAML

# 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/WebSites/CTiOMag:/usr/local/apache2/htdocs
networks:
- caddy_net
networks:
caddy_net:
external: true