refractr/docker/docker-compose.example.yaml

18 lines
389 B
YAML
Raw Normal View History

2025-05-12 00:03:54 -06:00
services:
refractr:
2025-06-27 18:07:35 -06:00
image: forge.steck.dev/bryson/refractr:latest
2025-05-12 00:03:54 -06:00
environment:
# change these to your uid/gid
# if omitted, the container will guess
- UID=1000
- GID=1000
volumes:
- /home/bryson/configs:/etc/refractr:ro
secrets:
- ssh_key
secrets:
ssh_key:
# available in /run/secrets/ssh_key
file: /home/bryson/.ssh/id_rsa