refractr/docker/docker-compose.example.yaml

18 lines
398 B
YAML
Raw Permalink Normal View History

2025-05-12 00:03:54 -06:00
services:
refractr:
image: git.brysonsteck.xyz/brysonsteck/refractr:latest
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