feat: on production
This commit is contained in:
@@ -43,8 +43,27 @@ services:
|
||||
ports:
|
||||
- ${DUPLICATI_PORT}:8200
|
||||
restart: unless-stopped
|
||||
code-server:
|
||||
image: lscr.io/linuxserver/code-server:latest
|
||||
environment:
|
||||
#- PUID=1000
|
||||
#- PGID=1000
|
||||
- TZ=Europe/London
|
||||
- PASSWORD=${ADMIN_PASSWORD} #optional
|
||||
#- HASHED_PASSWORD= #optional
|
||||
- SUDO_PASSWORD=${ADMIN_PASSWORD} #optional
|
||||
#- SUDO_PASSWORD_HASH= #optional
|
||||
#- PROXY_DOMAIN=code-server.my.domain #optional
|
||||
- DEFAULT_WORKSPACE=/config/workspace #optional
|
||||
volumes:
|
||||
- code-server_config:/config
|
||||
- html:/data/nextcloud_html
|
||||
ports:
|
||||
- 8445:8443
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
html:
|
||||
db:
|
||||
duplicati_data:
|
||||
db-dumps:
|
||||
code-server_config:
|
||||
|
||||
Reference in New Issue
Block a user