Web Development Umgebung angepasst

This commit is contained in:
borgal
2021-09-15 11:06:32 +00:00
parent b2b2472c40
commit 7e425c092c
4 changed files with 71 additions and 28 deletions

View File

@@ -10,7 +10,9 @@ services:
environment:
- TZ=Europe/Berlin
volumes:
- ./DocumentRoot:/var/www/html
# - ./DocumentRoot:/var/www/html
- www:/var/www/html
- energie:/var/www/html/knx/archiv
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
@@ -40,25 +42,8 @@ services:
- 8087:80
restart: unless-stopped
# code-server:
# image: ghcr.io/linuxserver/code-server
# container_name: webserver_code-server
# environment:
# - PUID=33
# - PGID=33
# - TZ=Europe/Berlin
# - PASSWORD=${PASSWORD}
# - SUDO_PASSWORD=${SUDO_PASSWORD}
# - PROXY_DOMAIN=${PROXY_DOMAIN}
# - HASHED_PASSWORD= #optional
# - SUDO_PASSWORD_HASH= #optional
# volumes:
# - ./config:/config
# - ./DocumentRoot:/code
# - /var/run/docker.sock:/var/run/docker.sock:ro
# - /code-server:/home/coder/.local/share/code-server
# ports:
# - 8183:8443
# links:
# - 'webserver'
# restart: unless-stopped
volumes:
www:
external: true
energie:
external: true