mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 23:41:07 +00:00
add missing services from prod: backlog-manager, navidrome, nginx, obsidian-livesync, pocketbase, wg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
db67c88d04
commit
de42032fde
8 changed files with 115 additions and 0 deletions
16
wg/docker-compose.yml
Normal file
16
wg/docker-compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
wireguard-client:
|
||||
image: lscr.io/linuxserver/wireguard:latest
|
||||
container_name: wg-client-vps
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- ./config:/config
|
||||
sysctls:
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue