lukeh990.io/compose.yaml

14 lines
401 B
YAML
Raw Permalink Normal View History

2023-12-19 21:17:00 +00:00
services:
site:
# For local uncomment the following line and comment the image line
build: .
#image: ghcr.io/lukeh990/lukeh990.io:release
container_name: lukeh990-io
ports:
- 8080:8080
watchtower:
image: containrrr/watchtower:latest
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 3600 lukeh990-io