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