doorman/docker-compose.yml
Martin Dimitrov c0ed70e3b6
Some checks failed
Build and push image for doorman / docker (push) Failing after 35s
initial stuff
2024-02-25 10:13:25 -08:00

14 lines
324 B
YAML

version: "3"
services:
doorman:
container_name: doorman
image: gitea.chromart.dedyn.io/martin/doorman:latest
environment:
- CHALLENGE_EXPIRE_MS=105000
- BASE_DOMAIN=gitea.chromart.dedyn.io
- REDIS_CONNECT_URL=redis://@redis:6379
depends_on:
- redis
redis:
image: redis:latest