17 lines
398 B
YAML
17 lines
398 B
YAML
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
|