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.
19 lines
453 B
19 lines
453 B
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
|
|
|