replaced frontend port with vite port

This commit is contained in:
2026-03-25 00:31:14 +01:00
parent dfcb6cc2c1
commit 2b93165395
@@ -25,14 +25,14 @@ services:
# - HASHED_PASSWORD= #optional # - HASHED_PASSWORD= #optional
# - SUDO_PASSWORD=password #optional # - SUDO_PASSWORD=password #optional
# - SUDO_PASSWORD_HASH= #optional # - SUDO_PASSWORD_HASH= #optional
- PROXY_DOMAIN=code-server.my.domain #this is important to generate a proper forward address for ports 8080 and 3000 - PROXY_DOMAIN=code-server.my.domain #this is important to generate a proper forward address for ports 8080 and 5173
- DEFAULT_WORKSPACE=/config/workspace #optional - DEFAULT_WORKSPACE=/config/workspace #optional
volumes: volumes:
- /home/pi/docker/vscode:/config - /home/pi/docker/vscode:/config
ports: ports:
- 8443:8443 - 8443:8443
- 8124:8080 # spring port - 8124:8080 # spring port
- 3124:3000 #react port - 5173:5173 # vite port
restart: unless-stopped restart: unless-stopped
``` ```