mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
19 lines
384 B
YAML
19 lines
384 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
tests:
|
|
build: .
|
|
environment:
|
|
PYTHONUNBUFFERED: "1"
|
|
GENERATE_SELF_SIGNED_SSL: "no"
|
|
SELF_SIGNED_SSL_EXPIRY: "365"
|
|
SELF_SIGNED_SSL_SUBJ: "/CN=www.example.com/"
|
|
extra_hosts:
|
|
- "www.example.com:192.168.0.2"
|
|
networks:
|
|
bw-services:
|
|
ipv4_address: 192.168.0.3
|
|
|
|
networks:
|
|
bw-services:
|
|
external: true
|