Sign inSign up

mazdermind/docker-restyaboard

By mazdermind

Updated about 9 years ago

docker-restyaboard with postfix relayhost setting

Image
0

258

mazdermind/docker-restyaboard repository overview

Warning: This image is not maintained anymore. I personally switched to Wekan.

viossat/restyaboard

Open source, Trello like Kanban board, based on Restya platform. http://restya.com/board

docker-compose.yml

restyaboard:
  image: viossat/restyaboard
  ports:
    - "80:80"
  volumes: # optional
    - /volume/path/media:/var/www/html/media
  links:
    - postgres
    - elasticsearch # optional
  environment:
    - DB_HOST=postgres
    - DB_PORT=5432 # optional, default: 5432
    - DB_USER=restyaboard
    - DB_PASSWORD=restyaboard # optional, default: DB_USER
    - DB_NAME=restyaboard # optional, default: restyaboard
postgres:
  image: postgres
  volumes: # optional
    - /volume/path/postgres:/var/lib/postgresql/data
  environment:
    - POSTGRES_USER=restyaboard
    - POSTGRES_PASSWORD=restyaboard
elasticsearch: # optional
  image: elasticsearch
  volumes: # optional
    - /volume/path/elasticsearch:/usr/share/elasticsearch/data

Default users

Username: admin
Password: restya

Username: user
Password: restya

Tag summary

Content type

Image

Digest

Size

98.7 MB

Last updated

about 9 years ago

docker pull mazdermind/docker-restyaboard