mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
seafile optim
This commit is contained in:
@@ -11,12 +11,14 @@ services:
|
||||
- srv
|
||||
volumes:
|
||||
- seafile_db:/var/lib/mysql:rw
|
||||
restart: unless-stopped
|
||||
seafile-memcached:
|
||||
container_name: seafile-memcached
|
||||
entrypoint: memcached -m 256
|
||||
image: memcached:1.5.6
|
||||
networks:
|
||||
- srv
|
||||
restart: unless-stopped
|
||||
seafile:
|
||||
container_name: seafile
|
||||
depends_on:
|
||||
@@ -33,6 +35,7 @@ services:
|
||||
image: seafileltd/seafile-mc:latest
|
||||
networks:
|
||||
- srv
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 80
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user