add main server
This commit is contained in:
parent
2f3f0b7820
commit
50124a7efa
18 changed files with 405 additions and 0 deletions
14
main-docker/koblas/compose.yaml
Normal file
14
main-docker/koblas/compose.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
koblas:
|
||||
image: ynuwenhof/koblas:latest
|
||||
container_name: koblas
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 1080:1080
|
||||
environment:
|
||||
RUST_LOG: debug
|
||||
KOBLAS_LIMIT: 5
|
||||
KOBLAS_NO_AUTHENTICATION: false
|
||||
KOBLAS_ANONYMIZATION: true
|
||||
volumes:
|
||||
- /root/koblas/config.toml:/etc/koblas/config.toml
|
Loading…
Add table
Add a link
Reference in a new issue