mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #13] [Question] Any plans for a Docker image? #5
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sfkpmr on GitHub (Nov 16, 2021).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/13
I see .dockerignore, but no Dockerfile. Would love to see one!
@stemount commented on GitHub (Nov 16, 2021):
@sfkpmr what do you propose the use of Docker for? (building? hosting flutter as a pwa or something - not a flutter expert)
@nicolasdanelon commented on GitHub (Nov 16, 2021):
@sfkpmr maybe I don't want to install Rust on my machine, maybe I just want to download the docker images and run the app on my local environment without installing any dependency...
also docker containers can be used to deploy the app faster on tons of boxes.
if some developer is using M1 and doesn't have a dependency or is just running Linux docker will have all dependencies already built in, configured and ready to run.
Docker is a must
@appflowy commented on GitHub (Nov 16, 2021):
@sfkpmr The docker file is used to deploy the AppFlowy backend on the local host.
@franciscoafonsoo commented on GitHub (Nov 16, 2021):
Would you guys be open to a Pull Request for a docker-compose and some Dockerfiles ?
I was thinking that it would help local development in the wild to have a docker-compose that launches the db, the backend and the frontend (never dockerized a flutter app but should be possible).
Edit: i'm checking the database scripts. The idea would be to simplify this logic so that random developers can launch the project in a very simple and straight forward way
@PabloCastellano commented on GitHub (Nov 16, 2021):
Yes, please! The Rust+Flutter stack isn't that common nowadays and having to spend more than 1 hour (my case so far) for installing all the Rust and Flutter dependencies, plus compiling... is discouraging, unless you have been waiting for a Notion open source clone for years!
With Docker it would be super easy and fast to just fetch AppFlowy and run it
@ghost commented on GitHub (Nov 16, 2021):
Please DO create the Docker Image we are interested in hosting it on our servers.
@huangxinping commented on GitHub (Nov 16, 2021):
Please DO create the Docker Image we are also VERY interested.
It has taken more than 3 hours to install all dependencies so far without success.
@annieappflowy commented on GitHub (Nov 16, 2021):
We're definitely open to PRs. To understand this better, do you want a docker backend or both the backend and the frontend?
@annieappflowy commented on GitHub (Nov 16, 2021):
Love how you put this all together - I can feel your pain now :(
Let's just keep discussing this topic in this thread until we land on a nice solution :D
@sfkpmr commented on GitHub (Nov 16, 2021):
@annieappflowy An image for both would be awesome!
@annieappflowy commented on GitHub (Nov 16, 2021):
Please join our Discord channel, and I believe some pro hackers can help you out there
@appflowy commented on GitHub (Nov 16, 2021):
@franciscoafonsoo It seems possible to docker the flutter desktop application.
https://hub.docker.com/r/openpriv/flutter-desktop
I use docker to host the backend on my laptop to develop the frontend, but I didn't set up the Dockerfile.
@appflowy commented on GitHub (Nov 16, 2021):
Guys, PRs for this are welcomed :D
@i-iooi-i commented on GitHub (Nov 16, 2021):
Yes, docker is very needed to run it
@franciscoafonsoo commented on GitHub (Nov 16, 2021):
I will then join discord and discuss some things !
@franciscoafonsoo commented on GitHub (Nov 16, 2021):
So i will start with something very simple:
I am reading the db scripts to understand what needs to be done. But should look something like that. After having that done, it's a matter of exploring flutter docker and connecting it.
Is the existing rust Dockerfile working ? @appflowy
@esturniolo commented on GitHub (Nov 17, 2021):
+1 for this
@appflowy commented on GitHub (Nov 17, 2021):
@franciscoafonsoo Wow, it seems ok to me. Have you tried it?
@HawksRepos commented on GitHub (Nov 17, 2021):
another +1 for this!! a docker container would make it that much easier to set up and run on any server
@adamzhoul commented on GitHub (Nov 18, 2021):
+1
little idea, let's volume data to the local.
so we can easily back up.
or, users can volume path to apple iCloud path, so data can sync between the company and home easily.
by the way, don't forget to support M1. 😁
@pramadito commented on GitHub (Nov 19, 2021):
+1
i would love to develop full stack with docker
@juangburgos commented on GitHub (Nov 19, 2021):
+1
@polypixeldev commented on GitHub (Nov 19, 2021):
+1
Is there a PR in progress for this?
@tborychowski commented on GitHub (Nov 25, 2021):
There's a whole community of self-hosters who would love to take this for a spin! :-D
@HawksRepos commented on GitHub (Nov 25, 2021):
Yeah we would be keen to do a video on this if we could get a working docker container running on the unraid platform (we can add the template on your behalf if needed) - https://youtube.com/c/IBRACORP
@felipefideli commented on GitHub (Nov 28, 2021):
+1
@armin771 commented on GitHub (Nov 28, 2021):
That would be fantastic. Would love to get it running on my end under unraid.
@0xN0x commented on GitHub (Dec 1, 2021):
+1
@lirc572 commented on GitHub (Dec 3, 2021):
I think it would be more useful to be able to also run the flutter desktop app itself in a docker container during development and display the GUI on the host machine, because it will allow us to use flutter's hot reload for development.
This link is a good reference on how to run GUI apps in a container. Not sure if it will be easy to apply it to the flutter desktop toolchain though.
A web (PWA) version would of course be much easier to run/develop with docker.
@appflowy commented on GitHub (Dec 5, 2021):
The backend docker image is ready. Run
make docker_imageI couldn't find the method to run the GUI desktop application build with flutter in Docker, but I'll keep trying. I'm working on the frontend part that enables communication with the backend. Let me know if I'm on the right track to meet your needs.
@irfanbacker commented on GitHub (Dec 6, 2021):
I don't think there is a straightforward way to do it. Users might have to do some external setup to get GUI applications working on docker. Besides, i don't think there is a usecase here. Users could easily use the release zips to run the frontend. If its for easier building, maybe a docker image with mounted folder could be used and the build could be output in the folder.
@antoineozenne commented on GitHub (Dec 10, 2021):
I think a docker-compose to launch all the stack (back, front, db) would be great to promote the application. Today, I wanted to test the application on Ubuntu, but there is no "one-command test". In addition, Rust and Flutter are still fairly new, and not everyone is perfectly comfortable with these technologies. While a docker-compose...
@MikeWallaceDev commented on GitHub (Dec 13, 2021):
This thread needs a conclusion. There seems to be bits and pieces, but no clear outcome. Can someone write up a blogpost/wiki that explains what our docker containers can do, how to install them, and how to use them? If a PR is needed, let's get that done too. Then we can close this issue.
Who would like to take the lead on this?
@nicolasdanelon @appflowy @franciscoafonsoo @annieappflowy @adamzhoul @lirc572 @antoineozenne
@armin771 commented on GitHub (Dec 17, 2021):
Would it be possible to make the Docker available on DockerHub? Then it would be easy to set up AppFlowy on Unraid.
@MikeWallaceDev commented on GitHub (Dec 26, 2021):
Hello,
A Docker file was created and documented by @rushic24, thanks!
You can find install information here.
@JoyceBabu commented on GitHub (Aug 24, 2022):
The wiki link is redirecting to the GitHub project home page. Is this no longer supported?Edit: Found the new link here