Files
stapler/docker-compose.example.yml
T
2026-04-14 21:46:41 +02:00

16 lines
266 B
YAML

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