add drone user filter

This commit is contained in:
Felix Ableitner 2021-11-19 17:19:37 +01:00
parent 57c061da97
commit eaa64a41dc

View file

@ -59,6 +59,7 @@ services:
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
- DRONE_SERVER_HOST=${DRONE_HOSTNAME}
- DRONE_SERVER_PROTO=https
- DRONE_USER_FILTER=LemmyNet
volumes:
- ./volumes/drone:/data
@ -75,8 +76,6 @@ services:
image: redis:5.0-alpine
restart: always
command: redis-server --appendonly yes
volumes:
- ./volumes/redis:/data
postfix:
image: mwader/postfix-relay