13 lines
498 B
YAML
13 lines
498 B
YAML
services:
|
|
lactose:
|
|
environment:
|
|
- CorsAllowedOrigins=http://192.168.51.101:8080;http://milkyshot.r3d.codes
|
|
volumes:
|
|
- "/mnt/QBitTorrent/CosplayPhotoLib/cosplay_photo_library_v3:/diary:ro"
|
|
|
|
milkstream:
|
|
environment:
|
|
# LactoseBaseUrl must be the address the *browser* can reach Lactose at.
|
|
# Override this with your server's hostname/IP if not running on localhost.
|
|
#- LactoseBaseUrl=http://lactose:8080/
|
|
- LactoseBaseUrl=http://192.168.51.101:5162/ |