update docker-compose.yaml
This commit is contained in:
@@ -40,28 +40,6 @@ services:
|
||||
networks:
|
||||
- private
|
||||
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:
|
||||
nginx-conf.d:
|
||||
letsencrypt-conf:
|
||||
@@ -69,7 +47,6 @@ volumes:
|
||||
duplicati_tmpdata:
|
||||
telegraf-etc:
|
||||
nginx-log:
|
||||
codeserver_config:
|
||||
promtail_etc:
|
||||
networks:
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user