Some checks failed
Build and push image for doorman / docker (push) Failing after 35s
14 lines
324 B
YAML
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 |