AI given structure
This commit is contained in:
13
devbox/docker-compose.yml
Normal file
13
devbox/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
devcontainer:
|
||||
image: devbox-devcontainer
|
||||
container_name: devcontainer
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${DEVBOX_SSH_PORT:-46573}:2222"
|
||||
volumes:
|
||||
- ${STORAGE_PATH}/devbox:/home/devuser
|
||||
env_file:
|
||||
- ../.env
|
||||
mem_limit: ${DEVBOX_MEM_LIMIT:-10g}
|
||||
memswap_limit: ${DEVBOX_SWAP_LIMIT:-20g}
|
||||
Reference in New Issue
Block a user