lookingglass/docker-compose.yml

36 lines
1.2 KiB
YAML
Raw Normal View History

version: "3.8"
services:
nginx:
image: hybula/lookingglass-nginx:1
build:
context: docker/nginx
dockerfile: Dockerfile
ports:
- "80:80"
restart: unless-stopped
php-fpm:
image: hybula/lookingglass-php:1
build:
context: .
dockerfile: docker/php-fpm/Dockerfile
restart: unless-stopped
environment:
# For a better reference as to what these variables do, check out 'config.dist.php' or 'docker/php-fpm/src/config.php'.
# Please replace them with values that are relevant to your situation!
LOCATION: Location
FACILITY: Facility
FACILITY_URL: http://localhost/
IPV4_ADDRESS: 127.0.0.1
IPV6_ADDRESS: ::1
MAPS_QUERY: Amsterdam
# Pass these variables with any arbitrary value to disable the respective block.
# DISABLE_BLOCK_NETWORK: 'true'
# DISABLE_BLOCK_LOOKINGGLASS: 'true'
# DISABLE_BLOCK_SPEEDTEST: 'true'
# Uncomment to enable the custom block, which you can use to add something custom to the LG.
# ENABLE_CUSTOM_BLOCK: 'true'
# Uncomment if you require visitors to accept the Terms of Use; the value should be a link to the terms.
# LG_TERMS: http://localhost/