changed nginx and code-server to docker compose on host
This commit is contained in:
@@ -15,8 +15,7 @@ services:
|
||||
- code-server_config:/config
|
||||
- code-server_root:/root
|
||||
- has_config:/mnt/has_config
|
||||
- nginx_conf:/config/workspace/docker/nginx/volumes/nginx_conf
|
||||
- ssl_data:/mnt/ssl_data
|
||||
- ./../nginx/volumes/nginx_conf:/config/workspace/host/repos/homesrv01.dev.lan/docker/nginx/volumes/nginx_conf
|
||||
- mosquitto_config:/mnt/mosquitto_config
|
||||
- zigbee2mqtt_data:/mnt/zigbee2mqtt_data
|
||||
- hostfs:/mnt/hostfs
|
||||
@@ -37,12 +36,6 @@ volumes:
|
||||
external: true
|
||||
hostfs:
|
||||
external: true
|
||||
nginx_conf:
|
||||
name: reverseproxy_nginx-conf.d
|
||||
external: true
|
||||
ssl_data:
|
||||
name: reverseproxy_etc_ssl
|
||||
external: true
|
||||
mosquitto_config:
|
||||
external: true
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
nginx:
|
||||
image: nginx
|
||||
volumes:
|
||||
- nginx-conf.d:/etc/nginx/conf.d
|
||||
- ./volumes/nginx_conf:/etc/nginx/conf.d
|
||||
- etc_ssl:/etc/ssl
|
||||
ports:
|
||||
- 443:443
|
||||
@@ -16,6 +16,11 @@ services:
|
||||
volumes:
|
||||
nginx-conf.d:
|
||||
etc_ssl:
|
||||
name: nginx_etc_ssl
|
||||
networks:
|
||||
public:
|
||||
private:
|
||||
name: reverseproxy_public
|
||||
external: true
|
||||
private:
|
||||
name: reverseproxy_private
|
||||
external: true
|
||||
Reference in New Issue
Block a user