Files
Docker-Setups/personal-website.yaml
2025-04-26 09:34:50 +02:00

17 lines
290 B
YAML

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