mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
20 lines
453 B
YAML
20 lines
453 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: $APP_CODE_SERVER_IP
|
|
APP_PORT: 8080
|
|
|
|
server:
|
|
image: codercom/code-server:3.11.1@sha256:9bb2444f9d0c26765924e29155ac4a8febecb1e080f12c4e368e71dbe6a675b5
|
|
restart: on-failure
|
|
user: "1000:1000"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/home/coder
|
|
environment:
|
|
PASSWORD: $APP_PASSWORD
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_CODE_SERVER_IP
|