changed nginx and code-server to docker compose on host

This commit is contained in:
2024-05-26 11:09:56 +01:00
parent bb5b58ecf0
commit 467be18fc4
3 changed files with 9 additions and 10 deletions

View File

@@ -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