Helper plugin linkback is not available or invalid.

docker-compose.yml - Примеры конфигурационных файлов для композитора

proxy:
  image: leanlabs/nginx:1.0.1
  volumes:
    - "./build/conf.d:/etc/nginx/conf.d"
    - "./build/certs:/etc/nginx/certs"
    - "./build/sites-enabled:/etc/nginx/sites-enabled"
  links:
    - kanban:kanban
  ports:
    - "443:443"
    - "8082:80"

kanban:
  image: leanlabs/kanban:1.7.1
  environment:
    # URL on which Leanlabs Kanban will be reachable
    - KANBAN_SERVER_HOSTNAME=http://kanban.gitlab.com
    # This string is used to generate user auth tokens
    - KANBAN_SECURITY_SECRET=qwerty
    # Your GitLab host URL
    - KANBAN_GITLAB_URL=https://gitlab.com
    # Your GitLab OAuth client ID
    - KANBAN_GITLAB_CLIENT=qwerty
    # Your GitLab OAuth client secret key
    - KANBAN_GITLAB_SECRET=qwerty
    # Wheter to enable sign up with user API token
    - KANBAN_ENABLE_SIGNUP=true
    # Redis server address - IP:PORT
    - KANBAN_REDIS_ADDR=redis:6379
  links:
    - redis:redis
  command: ./kanban server

redis:
  image: leanlabs/redis:1.0.0
  volumes:
    - "/data:/data"
 2023/06/18 17:49, ,
 2025/02/26 19:57, , ,
 2025/11/15 03:42, , , , , , , ,
 2025/11/24 14:12, , , , , , , ,
 2025/11/20 00:14, , , , ,
 2025/11/19 12:25, , , ,
 2025/11/25 00:19, , , , , , , ,
 2025/11/19 11:12, , , ,
 2016/12/05 00:08, , , , , , , , ,
 2024/05/02 19:24,
 2026/01/12 20:38, , ,
 2025/02/10 11:29, , , , , , , , ,
 2024/05/02 00:11,
 2015/10/13 09:01, , , , , , ,
 2019/07/30 10:46, , , , , , , , ,
 2016/12/05 00:09, , , , , , ,
 2016/12/05 00:08, , , , , , ,
 2016/12/05 00:47, , , , , , ,
 2018/02/28 22:23, , , , , , ,