mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-05-16 20:41:12 +00:00
Update photoview.md
This commit is contained in:
parent
417ce4b5b5
commit
a91f2f01ee
@ -30,11 +30,11 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
- MYSQL_URL=photoview:photo-secret@tcp(db)/photoview
|
||||
- API_LISTEN_IP=photoview
|
||||
- API_LISTEN_PORT=80
|
||||
- PHOTO_CACHE=/app/cache
|
||||
- PUBLIC_ENDPOINT=http://192.168.1.10:3090/
|
||||
- PHOTOVIEW_DATABASE_DRIVER=mysql
|
||||
- PHOTOVIEW_MYSQL_URL=photoview:photo-secret@tcp(db)/photoview
|
||||
- PHOTOVIEW_LISTEN_IP=photoview
|
||||
- PHOTOVIEW_LISTEN_PORT=80
|
||||
- PHOTOVIEW_MEDIA_CACHE=/app/cache
|
||||
volumes:
|
||||
- ./cache:/app/cache
|
||||
- ./photos:/photos:ro
|
||||
|
Loading…
Reference in New Issue
Block a user