update docker-compose
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
|||||||
- INFLUXDB_BUCKET=${DUPLICATI_INFLUXDB_BUCKET}
|
- INFLUXDB_BUCKET=${DUPLICATI_INFLUXDB_BUCKET}
|
||||||
- INFLUXDB_ORG=${DUPLICATI_INFLUXDB_ORG}
|
- INFLUXDB_ORG=${DUPLICATI_INFLUXDB_ORG}
|
||||||
- INFLUXDB_TOKEN=${DUPLICATI_INFLUXDB_TOKEN}
|
- INFLUXDB_TOKEN=${DUPLICATI_INFLUXDB_TOKEN}
|
||||||
- INFLUXDB_CLIENT_HOSTNAME=${DUPLICATI_CLIENT_HOSTNAME}
|
- INFLUXDB_CLIENT_HOSTNAME=${DUPLICATI_INFLUXDB_CLIENT_HOSTNAME}
|
||||||
volumes:
|
volumes:
|
||||||
- duplicati_tmpdata:/data
|
- duplicati_tmpdata:/data
|
||||||
- nginx-conf.d:/bck/nginx-conf.d
|
- nginx-conf.d:/bck/nginx-conf.d
|
||||||
@@ -30,25 +30,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8205:8200
|
- 8205:8200
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
code-server:
|
|
||||||
image: lscr.io/linuxserver/code-server:latest
|
|
||||||
environment:
|
|
||||||
- PUID=0
|
|
||||||
- PGID=0
|
|
||||||
- TZ=Europe/London
|
|
||||||
- PASSWORD=${CODE_WEB_PASSWORD}
|
|
||||||
#- SUDO_PASSWORD=${CODE_WEB_PASSWORD}
|
|
||||||
#- PROXY_DOMAIN=code-server.my.domain #optional
|
|
||||||
#- DEFAULT_WORKSPACE=/config/workspace #optional
|
|
||||||
volumes:
|
|
||||||
- code-server_config:/config
|
|
||||||
- nginx-conf.d:/nginx/conf.d
|
|
||||||
- letsencrypt-conf:/letsencrypt/conf
|
|
||||||
- telegraf-etc:/telegraf-etc
|
|
||||||
- nginx-log:/nginx/log
|
|
||||||
ports:
|
|
||||||
- 8444:8443
|
|
||||||
restart: unless-stopped
|
|
||||||
telegraf:
|
telegraf:
|
||||||
image: telegraf
|
image: telegraf
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -61,11 +42,29 @@ services:
|
|||||||
- INFLUXDB_ORG=${TELEGRAF_INFLUXDB_ORG}
|
- INFLUXDB_ORG=${TELEGRAF_INFLUXDB_ORG}
|
||||||
- INFLUXDB_TOKEN=${TELEGRAF_INFLUXDB_TOKEN}
|
- INFLUXDB_TOKEN=${TELEGRAF_INFLUXDB_TOKEN}
|
||||||
- INFLUXDB_CLIENT_HOSTNAME=${TELEGRAF_CLIENT_HOSTNAME}
|
- INFLUXDB_CLIENT_HOSTNAME=${TELEGRAF_CLIENT_HOSTNAME}
|
||||||
|
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
|
||||||
|
ports:
|
||||||
|
- 8443:8443
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
nginx-conf.d:
|
nginx-conf.d:
|
||||||
letsencrypt-conf:
|
letsencrypt-conf:
|
||||||
certbot-www:
|
certbot-www:
|
||||||
duplicati_tmpdata:
|
duplicati_tmpdata:
|
||||||
code-server_config:
|
|
||||||
telegraf-etc:
|
telegraf-etc:
|
||||||
nginx-log:
|
nginx-log:
|
||||||
|
codeserver_config:
|
||||||
Reference in New Issue
Block a user