update docker-compose.yaml
This commit is contained in:
@@ -40,28 +40,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- private
|
- private
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
code-server:
|
|
||||||
image: lscr.io/linuxserver/code-server:latest
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Etc/UTC
|
|
||||||
- PASSWORD=${CODESERVER_PASSWORD}
|
|
||||||
#- HASHED_PASSWORD= #optional
|
|
||||||
#- SUDO_PASSWORD=password #optional
|
|
||||||
#- SUDO_PASSWORD_HASH= #optional
|
|
||||||
#- PROXY_DOMAIN=code-server.my.domain #optional
|
|
||||||
- DEFAULT_WORKSPACE=/config/workspace #optional
|
|
||||||
volumes:
|
|
||||||
- codeserver_config:/config
|
|
||||||
- nginx-conf.d:/mnt/wan_reverse_proxy_nginx-conf.d
|
|
||||||
- promtail_etc:/mnt/promtail_etc
|
|
||||||
- nginx-log:/mnt/nginx-log
|
|
||||||
ports:
|
|
||||||
- 8443:8443
|
|
||||||
networks:
|
|
||||||
- private
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
volumes:
|
||||||
nginx-conf.d:
|
nginx-conf.d:
|
||||||
letsencrypt-conf:
|
letsencrypt-conf:
|
||||||
@@ -69,7 +47,6 @@ volumes:
|
|||||||
duplicati_tmpdata:
|
duplicati_tmpdata:
|
||||||
telegraf-etc:
|
telegraf-etc:
|
||||||
nginx-log:
|
nginx-log:
|
||||||
codeserver_config:
|
|
||||||
promtail_etc:
|
promtail_etc:
|
||||||
networks:
|
networks:
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user