initial compose.yaml - wg-portal deployment
This commit is contained in:
parent
8355feea6d
commit
0641e71c37
1 changed files with 17 additions and 0 deletions
17
compose.yaml
Normal file
17
compose.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
services:
|
||||||
|
wg-portal:
|
||||||
|
image: wgportal/wg-portal:v2
|
||||||
|
container_name: wg-portal
|
||||||
|
restart: unless-stopped
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
network_mode: "host"
|
||||||
|
volumes:
|
||||||
|
- /etc/wireguard:/etc/wireguard # Direkter Zugriff auf WireGuard Interface
|
||||||
|
- ./config.yml:/app/config/config.yml:ro # Unsere Config
|
||||||
|
- ./data:/app/data # SQLite DB persistieren
|
||||||
Loading…
Add table
Add a link
Reference in a new issue