mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-06 21:12:38 -05:00
13 lines
233 B
YAML
13 lines
233 B
YAML
services:
|
|
dev:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ../../:/workspaces:cached
|
|
cap_add:
|
|
- SYS_PTRACE
|
|
ports:
|
|
- "127.0.0.1:2322:22"
|
|
environment:
|
|
- JAVA_OPTS=-Xmx2g |