clean up compose file
This commit is contained in:
@@ -10,7 +10,6 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host:192.168.2.150"
|
- "host:192.168.2.150"
|
||||||
volumes:
|
volumes:
|
||||||
#- /home/user/certs:/host/etc/certs
|
|
||||||
- /opt/nginx/etc/.htpasswd:/host/etc/.htpasswd
|
- /opt/nginx/etc/.htpasswd:/host/etc/.htpasswd
|
||||||
- /opt/nginx/etc/nginx/conf:/etc/nginx/conf
|
- /opt/nginx/etc/nginx/conf:/etc/nginx/conf
|
||||||
- /opt/nginx/etc/nginx/conf.d:/etc/nginx/conf.d
|
- /opt/nginx/etc/nginx/conf.d:/etc/nginx/conf.d
|
||||||
@@ -64,18 +63,6 @@ services:
|
|||||||
- /opt/openvpn-server:/etc/openvpn
|
- /opt/openvpn-server:/etc/openvpn
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
restart: unless-stopped
|
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:
|
borgmatic:
|
||||||
image: b3vis/borgmatic:v1.1.10-1.4.21 # custom, no linuxserver image
|
image: b3vis/borgmatic:v1.1.10-1.4.21 # custom, no linuxserver image
|
||||||
container_name: borgmatic
|
container_name: borgmatic
|
||||||
|
|||||||
Reference in New Issue
Block a user