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
12
nginx/docker-compose.yaml
Normal file
12
nginx/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
nginx-reverse-proxy:
|
||||
container_name: nginx-reverse-proxy
|
||||
image: 'docker.io/jc21/nginx-proxy-manager:latest'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '80:80'
|
||||
- '81:81'
|
||||
- '443:443'
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
Loading…
Add table
Add a link
Reference in a new issue