initial commit

This commit is contained in:
Sthope 2021-09-08 23:50:24 +02:00
parent f1b7c210f0
commit fd8c05d670

View File

@ -34,6 +34,43 @@ steps:
status:
- success
- name: website
image: jekyll/jekyll:latest
settings:
TZ: Europe/Amsterdam
port: 4000
script:
- jekyll serve --force_polling
when:
status:
- success
# website:
# image: jekyll/jekyll:latest
# container_name: website
# hostname: website
# command: jekyll serve --force_polling
# network_mode: SWAG
# environment:
# - TZ=Europe/Amsterdam
# restart: unless-stopped
# volumes:
# - /home/sthope/docker/website:/srv/jekyll
# - /etc/localtime:/etc/localtime:ro
# - /etc/timezone:/etc/timezone:ro
# - website_cache:/srv/jekyll/.jekyll-cache
# - website_site:/srv/jekyll/_site
# labels:
# - swag=enable
# - swag_port=4000
# - swag_proto=http
# - swag_url=www.sthope.dev
# - swag_auth=authelia
# - swag_auth_bypass=/api,/otherfolder
- name: discord
pull: always
image: appleboy/drone-discord