Skip to content

Commit

Permalink
appflowy
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 12, 2023
1 parent db60c54 commit 3c87d36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/appflowy/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
W9_VERSION=latest
W9_VERSION=0.3.9
W9_REPO=appflowyio/appflowy_client
W9_DIST=community

W9_ID=appflowy
W9_NETWORK=websoft9

DISPLAY="0.0"
4 changes: 3 additions & 1 deletion apps/appflowy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ services:
- /tmp/.X11-unix:/tmp/.X11-unix
- /dev/dri:/dev/dri
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
- appflowy-data:/home/appflowy
network_mode: host

networks:
default:
name: $W9_NETWORK
external: true

volumes:
appflowy:
appflowy-data:

0 comments on commit 3c87d36

Please sign in to comment.