Skip to content

uccser/csanz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSANZ Website

This repository stores a copy of the CSANZ website, initally created in 2014. The existing HTML files are wrapped in a Nginx Docker container for serving from a Docker swarm.

Development

Build the image and tag it as csanz:

docker build . -t csanz

Run the container locally:

docker run --rm -p 8080:8080 csanz

View the website in a web browser at localhost:8080.

Deployment

The docker-compose.yml file contains basic settings for deploying to the UCCSER Docker Swarm. The stack can be deployed with the following command:

docker stack deploy csanz -c docker-compose.yml

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages