mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
21 lines
467 B
YAML
21 lines
467 B
YAML
|
|
version: "3.5"
|
||
|
|
|
||
|
|
services:
|
||
|
|
tests:
|
||
|
|
build: .
|
||
|
|
environment:
|
||
|
|
PYTHONUNBUFFERED: "1"
|
||
|
|
USE_CLIENT_CACHE: "no"
|
||
|
|
CLIENT_CACHE_EXTENSIONS: "jpg|jpeg|png|bmp|ico|svg|tif|css|js|otf|ttf|eot|woff|woff2"
|
||
|
|
CLIENT_CACHE_ETAG: "yes"
|
||
|
|
CLIENT_CACHE_CONTROL: "public, max-age=15552000"
|
||
|
|
extra_hosts:
|
||
|
|
- "www.example.com:192.168.0.2"
|
||
|
|
networks:
|
||
|
|
bw-services:
|
||
|
|
ipv4_address: 192.168.0.3
|
||
|
|
|
||
|
|
networks:
|
||
|
|
bw-services:
|
||
|
|
external: true
|