Merge remote-tracking branch 'origin/master' into v2.0.0

This commit is contained in:
viktorstrate
2021-01-17 13:21:18 +01:00
3 changed files with 8 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ services:
environment:
- MYSQL_DATABASE=photoview
- MYSQL_USER=photoview
- MYSQL_PASSWORD=photo-secret
- MYSQL_PASSWORD=photosecret
- MYSQL_RANDOM_ROOT_PASSWORD=1
volumes:
- db_data:/var/lib/mysql
@@ -21,7 +21,7 @@ services:
- db
environment:
- MYSQL_URL=photoview:photo-secret@tcp(db)/photoview
- PHOTOVIEW_MYSQL_URL=photoview:photosecret@tcp(db)/photoview
- PHOTOVIEW_LISTEN_IP=photoview
- PHOTOVIEW_LISTEN_PORT=80
- PHOTO_CACHE=/app/cache