Updated stack
All checks were successful
Deploy on push / build (push) Successful in 22s
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 4s

This commit is contained in:
Sven Heidemann 2024-06-25 18:40:04 +00:00
parent 12ee0f8df9
commit 761e05672c

View File

@ -3,8 +3,10 @@ version: "3.7"
services:
code_server:
image: git.sh-edraft.de/sh-edraft.de/code-server:latest
hostname: code-server
networks:
- reverse_proxy
- code_server_services
volumes:
- /opt/code_server/.local:/home/coder/.local
- /opt/code_server/.config:/home/coder/.config
@ -23,4 +25,6 @@ services:
networks:
reverse_proxy:
external: true
code_server_services:
external: true