Deploy slides hosting

This commit is contained in:
Jake Howard
2024-03-03 21:39:22 +00:00
parent 000f3d3348
commit 82451784a8
7 changed files with 95 additions and 0 deletions

View File

@ -0,0 +1,19 @@
version: "2.3"
services:
slides:
image: ghcr.io/realorangeone/slides:latest
restart: unless-stopped
environment:
- TZ={{ timezone }}
- PUID={{ docker_user.id }}
volumes:
- ./htpasswd:/etc/nginx/.htpasswd:ro
- ./slides:/srv
networks:
- default
- coredns
networks:
coredns:
external: true