Delete personal-website.yaml

This commit is contained in:
Tobias Nauen
2025-11-29 09:15:24 +01:00
committed by GitHub
parent 2ac97de0c0
commit 8a3c8a4209

View File

@@ -1,16 +0,0 @@
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