clean up compose file

This commit is contained in:
2024-12-19 14:13:55 +01:00
parent 63cce1ed13
commit 04db420f71

View File

@@ -10,7 +10,6 @@ services:
extra_hosts:
- "host:192.168.2.150"
volumes:
#- /home/user/certs:/host/etc/certs
- /opt/nginx/etc/.htpasswd:/host/etc/.htpasswd
- /opt/nginx/etc/nginx/conf:/etc/nginx/conf
- /opt/nginx/etc/nginx/conf.d:/etc/nginx/conf.d
@@ -64,18 +63,6 @@ services:
- /opt/openvpn-server:/etc/openvpn
network_mode: bridge
restart: unless-stopped
#openvpn-server:
# image: jpetazzo/dockvpn:latest
# container_name: openvpn-server
# extra_hosts:
# - "host:192.168.2.150"
# ports:
# - 443:443
# cap_add:
# - NET_ADMIN
# volumes:
# - /opt/openvpn:/etc/openvpn
# restart: unless-stopped
borgmatic:
image: b3vis/borgmatic:v1.1.10-1.4.21 # custom, no linuxserver image
container_name: borgmatic