|
|
|
@ -20,8 +20,6 @@ services:
|
|
|
|
|
- SYS_PTRACE
|
|
|
|
|
security_opt:
|
|
|
|
|
- seccomp:unconfined
|
|
|
|
|
tty: true
|
|
|
|
|
stdin_open: true
|
|
|
|
|
build:
|
|
|
|
|
context: ../dsBaseWeb
|
|
|
|
|
dockerfile: Dockerfile.dev
|
|
|
|
@ -37,8 +35,6 @@ services:
|
|
|
|
|
- SYS_PTRACE
|
|
|
|
|
security_opt:
|
|
|
|
|
- seccomp:unconfined
|
|
|
|
|
tty: true
|
|
|
|
|
stdin_open: true
|
|
|
|
|
build:
|
|
|
|
|
context: ../dsBigData
|
|
|
|
|
dockerfile: Dockerfile.dev
|
|
|
|
@ -54,8 +50,6 @@ services:
|
|
|
|
|
- SYS_PTRACE
|
|
|
|
|
security_opt:
|
|
|
|
|
- seccomp:unconfined
|
|
|
|
|
tty: true
|
|
|
|
|
stdin_open: true
|
|
|
|
|
build:
|
|
|
|
|
context: ../dsSso
|
|
|
|
|
dockerfile: Dockerfile.dev
|
|
|
|
@ -66,22 +60,20 @@ services:
|
|
|
|
|
- 2348:2345
|
|
|
|
|
volumes:
|
|
|
|
|
- ../dsSso/Config/Config.docker.ini:/app/Config/Config.ini
|
|
|
|
|
# dssupport:
|
|
|
|
|
# cap_add:
|
|
|
|
|
# - SYS_PTRACE
|
|
|
|
|
# security_opt:
|
|
|
|
|
# - seccomp:unconfined
|
|
|
|
|
# tty: true
|
|
|
|
|
# stdin_open: true
|
|
|
|
|
# build:
|
|
|
|
|
# context: ../dsSupport
|
|
|
|
|
# dockerfile: Dockerfile.dev
|
|
|
|
|
# args:
|
|
|
|
|
# - MODULE=dsSupport
|
|
|
|
|
# ports:
|
|
|
|
|
# - 8005:8005
|
|
|
|
|
# - 2349:2345
|
|
|
|
|
# volumes:
|
|
|
|
|
# - ../dsSupport/Config/Config.docker.ini:/app/Config/Config.ini
|
|
|
|
|
# depends_on:
|
|
|
|
|
# - elasticsearch
|
|
|
|
|
# dssupport:
|
|
|
|
|
# cap_add:
|
|
|
|
|
# - SYS_PTRACE
|
|
|
|
|
# security_opt:
|
|
|
|
|
# - seccomp:unconfined
|
|
|
|
|
# build:
|
|
|
|
|
# context: ../dsSupport
|
|
|
|
|
# dockerfile: Dockerfile.dev
|
|
|
|
|
# args:
|
|
|
|
|
# - MODULE=dsSupport
|
|
|
|
|
# ports:
|
|
|
|
|
# - 8005:8005
|
|
|
|
|
# - 2349:2345
|
|
|
|
|
# volumes:
|
|
|
|
|
# - ../dsSupport/Config/Config.docker.ini:/app/Config/Config.ini
|
|
|
|
|
# depends_on:
|
|
|
|
|
# - elasticsearch
|