Files
Prod/testweb/docker-compose.yml
john 7c7d1f5d34 Update testweb/docker-compose.yml
Re-organisation of web sites on media/gv0
2026-05-13 11:37:47 +00:00

21 lines
445 B
YAML

# 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:latest
container_name: testweb
deploy:
replicas: 1
restart: on-failure
ports:
- 8878:80
volumes:
- /media/gv0/WebSites/Test:/usr/local/apache2/htdocs
networks:
- caddy_net
networks:
caddy_net:
external: true