Update compose.yaml
This commit is contained in:
@@ -68,6 +68,24 @@ services:
|
||||
# ports:
|
||||
# - 80:80
|
||||
|
||||
code-server:
|
||||
image: lscr.io/linuxserver/code-server:latest
|
||||
container_name: code-server
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- PASSWORD=${PASSWORD_CODE}
|
||||
- DEFAULT_WORKSPACE=/home/share/Repositories/Automation
|
||||
volumes:
|
||||
- /opt/01_admin/code/config:/config
|
||||
- /home/share/Repositories/Automation:/home/share/Repositories/Automation
|
||||
networks:
|
||||
- bragi-local
|
||||
# ports:
|
||||
# - 8443:8443
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
termix-data:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user