mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
10 lines
136 B
YAML
10 lines
136 B
YAML
|
|
version: "3.5"
|
||
|
|
|
||
|
|
services:
|
||
|
|
init:
|
||
|
|
build: init
|
||
|
|
environment:
|
||
|
|
PYTHONUNBUFFERED: "1"
|
||
|
|
volumes:
|
||
|
|
- ./init/certs:/certs
|