Web Development Umgebung angepasst
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user