Add initial compose file for Lychee.
This commit is contained in:
@@ -0,0 +1,26 @@
|
|||||||
|
# https://hub.docker.com/r/linuxserver/lychee
|
||||||
|
# Still a work in progress, unsure if DB vars need filled.
|
||||||
|
---
|
||||||
|
services:
|
||||||
|
lychee:
|
||||||
|
image: lscr.io/linuxserver/lychee:latest
|
||||||
|
container_name: lychee
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
- DB_CONNECTION=
|
||||||
|
- DB_HOST=
|
||||||
|
- DB_PORT=
|
||||||
|
- DB_USERNAME=
|
||||||
|
- DB_PASSWORD=
|
||||||
|
- DB_DATABASE=
|
||||||
|
- APP_NAME=Lychee #optional
|
||||||
|
- APP_URL= #optional
|
||||||
|
- TRUSTED_PROXIES= #optional
|
||||||
|
volumes:
|
||||||
|
- /path/to/lychee/config:/config
|
||||||
|
- /path/to/pictures:/pictures
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user