Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
33 stars 17 forks source link

appflowy is a incomplete apps #438

Closed qiaofeng1227 closed 7 months ago

qiaofeng1227 commented 9 months ago
version: '3.8'

services:
  appflowy:
  env_file: .env

networks:
  default:
    name: ${W9_NETWORK}
    external: true

volumes:
  appflowy: