init
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
code-server:
|
||||
image: codercom/code-server:latest
|
||||
container_name: ${CODE}
|
||||
extends:
|
||||
file: ${SDK}/compose.yaml
|
||||
service: service
|
||||
env_file:
|
||||
- ./code.env
|
||||
- ./.env
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- ${PROXY}
|
||||
environment:
|
||||
- DOCKER_USER=${USER}
|
||||
expose:
|
||||
- ${CODE_PORT}
|
||||
networks:
|
||||
- ${PROXY}
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user