Files
stapler/docker-compose.example.yml
T
2026-04-17 00:48:44 +02:00

17 lines
287 B
YAML

name: stapler
services:
stapler:
build: .
restart: unless-stopped
ports:
- "80:80"
- "443:443"
volumes:
- "./data:/data"
- "./letsencrypt:/etc/letsencrypt"
environment:
- HOST=${HOST}
- TOKEN_SALT=${TOKEN_SALT}
command: run