Files
Prod/ctiomag/docker-compose.yml
2026-03-27 16:24:31 +00:00

21 lines
478 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/ctiomag:/usr/local/apache2/htdocs
networks:
- caddy_net
networks:
caddy_net:
external: true