Create personal-website.yaml

This commit is contained in:
Tobias Nauen
2025-04-26 09:34:50 +02:00
committed by GitHub
parent c9f097ff41
commit 7498d72557

16
personal-website.yaml Normal file
View File

@@ -0,0 +1,16 @@
version: '1'
networks:
frontend:
external: true
services:
tobia-website:
image: nginx_with_hugo:latest
restart: unless-stopped
volumes:
- '/hdd/tobias-website:/website'
- '/hdd/update-tobias-website:/docker-entrypoint.d:ro'
networks:
- frontend