Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker-compose definition #96

Open
creekorful opened this issue Mar 18, 2021 · 4 comments
Open

Add docker-compose definition #96

creekorful opened this issue Mar 18, 2021 · 4 comments
Labels
Enhancement New feature or request

Comments

@creekorful
Copy link

once the image is available on docker hub it could be great to have a little docker-compose.yml with all dependencies (postresql, nginx/traefik, etc...) bundled, so that end users may get started as simple as running docker-compose up.

Making the compose file would be as simple as following this guide: https://www.focalboard.com/download/personal-edition/ubuntu/

@creekorful
Copy link
Author

Once the images are available on docker hub it would be a pleasure to work on this one :)

@jespino
Copy link
Contributor

jespino commented Mar 18, 2021

@creekorful that would be great, let's work in that direction :) I'll let you know when the docker hub image is read. Probably we need to improve the Dockerfile to allow environment variables first.

@it33 it33 added the Enhancement New feature or request label Mar 18, 2021
@alexanderadam
Copy link

alexanderadam commented Aug 27, 2021

So, this issue can be closed now, right?
You probably only would have to switch from build: … to image: mattermost/focalboard in the current docker-compose.yml or am I missing something? 🤔

@cbytestech
Copy link

cbytestech commented Mar 15, 2022

Hoping this is enough?..that is if this wasn't already posted elsewhere

#FocalBoard
focalboard:
image: mattermost/focalboard
container_name: focalboard
ports:
- 85:8000
environment:
- VIRTUAL_HOST=focalboard.local
- VIRTUAL_PORT=8000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants