Add ctiomag/docker-compose.yml
This commit is contained in:
21
ctiomag/docker-compose.yml
Normal file
21
ctiomag/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user