mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
415 B
16 lines
415 B
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: codercom/code-server:3.11.1@sha256:9bb2444f9d0c26765924e29155ac4a8febecb1e080f12c4e368e71dbe6a675b5
|
|
restart: on-failure
|
|
user: "1000:1000"
|
|
ports:
|
|
- "${APP_CODE_SERVER_PORT}:8080"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/home/coder
|
|
environment:
|
|
PASSWORD: $APP_PASSWORD
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_CODE_SERVER_IP
|
|
|