Git Product home page Git Product logo

Comments (2)

hinink avatar hinink commented on July 29, 2024

version: '3.8'
services:
seafile-server:
image: ggogel/seafile-server:8.0.2
volumes:
- seafile-data:/shared
environment:
- DB_HOST=db
- DB_ROOT_PASSWD=db_dev
- TIME_ZONE=Europe/Berlin
- SEAFILE_ADMIN_EMAIL=[email protected]
- SEAFILE_ADMIN_PASSWORD=123456
- HTTPS=false # Set this to true if you plan to use a reverse proxy with HTTPS. Can be changed later in the admin settings on the web-ui.
- SEAFILE_SERVER_HOSTNAME=192.168.58.243 # Mandatory on first deployment!
depends_on:
- db
- memcached
- seafile-caddy
networks:
- seafile-net

seahub:
image: ggogel/seahub:8.0.2
volumes:
- seafile-data:/shared
- seahub-avatars:/shared/seafile/seahub-data/avatars
- seahub-custom:/shared/seafile/seahub-data/custom
depends_on:
- seafile-server
- seafile-caddy
networks:
- seafile-net

seahub-media:
image: ggogel/seahub-media:8.0.2
volumes:
- seahub-avatars:/usr/share/caddy/media/avatars
- seahub-custom:/usr/share/caddy/media/custom
depends_on:
- seafile-server
- db
- memcached
- seafile-caddy
networks:
- seafile-net

db:
image: mariadb:10.5.8
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true
hostname: db
volumes:
- seafile-mariadb:/var/lib/mysql
networks:
- seafile-net

memcached:
image: memcached:1.6.9
entrypoint: memcached -m 1024
networks:
- seafile-net

seafile-caddy:
image: ggogel/seafile-caddy:1.0.0
ports:
- 80:80 # Point your reverse proxy to port 80 of this service
networks:
- seafile-net

networks:
seafile-net:
internal: true

volumes:
seafile-data:
seafile-mariadb:
seahub-avatars:
seahub-custom:

from seafile-containerized.

ggogel avatar ggogel commented on July 29, 2024

Sorry but posting an error message and a compose file isn't an issue report.

from seafile-containerized.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.