changed nginx and code-server to docker compose on host
This commit is contained in:
@@ -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