Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: '3.9'
services:
caddy:
container_name: caddy
labels:
- "com.centurylinklabs.watchtower.enable=true"
image: caddy:2
network_mode: host
depends_on:
Expand All @@ -16,6 +18,8 @@ services:
target: /etc/caddy
pds:
container_name: pds
labels:
- "com.centurylinklabs.watchtower.enable=true"
image: ghcr.io/bluesky-social/pds:0.4
network_mode: host
restart: unless-stopped
Expand All @@ -37,3 +41,4 @@ services:
environment:
WATCHTOWER_CLEANUP: true
WATCHTOWER_SCHEDULE: "@midnight"
WATCHTOWER_LABEL_ENABLE: true