Add Docker Compose files for AdGuard, Nginx Proxy Manager, and Vaultwarden services
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
vaultwarden:
|
||||
hostname: vaultwarden
|
||||
image: vaultwarden/server:latest
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- target: 80
|
||||
published: "10380"
|
||||
protocol: tcp
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /srv/stacks/vaultwarden/data
|
||||
target: /data
|
||||
networks:
|
||||
default:
|
||||
name: vaultwarden_default
|
||||
Reference in New Issue
Block a user