feat: on production

This commit is contained in:
2023-03-12 11:55:58 +00:00
parent 389689d188
commit 9574029b6f
5 changed files with 88 additions and 2 deletions

View File

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