mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
15 lines
256 B
YAML
15 lines
256 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
init:
|
|
build: init
|
|
environment:
|
|
PYTHONUNBUFFERED: "1"
|
|
volumes:
|
|
- bw-volume:/opt/init/bunkerweb
|
|
- ./init/plugins:/plugins
|
|
- ./init/bunkerweb:/bunkerweb
|
|
|
|
volumes:
|
|
bw-volume:
|
|
external: true
|