Website for tos linux using hugo
🏠 Homepage
Deploy this repo on your server. There are 2 containers
- web-server
- go builder
The web-server hosts our static website
The go builder uses hugo to build the current version of the website.
Make sure docker and docker-compose are installed
docker --version && docker-compose --version
# Launch without traefik
docker-compose up -f docker-compose-notraefik.yml
# Launch with traefik
docker-compose up
docker-compose up
docker-compose restart hugo
Don't forget to use the jenkins pipeline Your jenkins build will need access to docker. Alternatively you can have hugo installed and discard docker
👤 Tom Meyers
- Github: @F0xedb
Give a ⭐️ if this project helped you!