mirror of
https://github.com/bunkerity/bunkerized-nginx
synced 2023-12-13 21:30:18 +01:00
23 lines
408 B
YAML
23 lines
408 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
tests:
|
|
build: .
|
|
environment:
|
|
PYTHONUNBUFFERED: "1"
|
|
USE_REVERSE_SCAN: "no"
|
|
USE_ANTIBOT: "no"
|
|
|
|
REDIS_HOST: "bw-redis"
|
|
REDIS_PORT: "6379"
|
|
REDIS_DATABASE: "0"
|
|
REDIS_SSL: "no"
|
|
extra_hosts:
|
|
- "www.example.com:1.0.0.2"
|
|
networks:
|
|
bw-services:
|
|
ipv4_address: 1.0.0.3
|
|
|
|
networks:
|
|
bw-services:
|
|
external: true
|