disable dssupport at docker-compose.dev.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
b4364a645b
commit
eb48db7567
@ -1,87 +1,87 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
dsbaserpc:
|
dsbaserpc:
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_PTRACE
|
- SYS_PTRACE
|
||||||
build:
|
build:
|
||||||
context: ../dsBaseRpc
|
context: ../dsBaseRpc
|
||||||
dockerfile: Dockerfile.dev
|
dockerfile: Dockerfile.dev
|
||||||
args:
|
args:
|
||||||
- MODULE=dsBaseRpc
|
- MODULE=dsBaseRpc
|
||||||
ports:
|
ports:
|
||||||
- 8001:8001
|
- 8001:8001
|
||||||
- 2345:2345
|
- 2345:2345
|
||||||
volumes:
|
volumes:
|
||||||
- ../dsBaseRpc/Config/Config.docker.ini:/app/Config/Config.ini
|
- ../dsBaseRpc/Config/Config.docker.ini:/app/Config/Config.ini
|
||||||
dsbaseweb:
|
dsbaseweb:
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_PTRACE
|
- SYS_PTRACE
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
build:
|
build:
|
||||||
context: ../dsBaseWeb
|
context: ../dsBaseWeb
|
||||||
dockerfile: Dockerfile.dev
|
dockerfile: Dockerfile.dev
|
||||||
args:
|
args:
|
||||||
- MODULE=dsBaseWeb
|
- MODULE=dsBaseWeb
|
||||||
ports:
|
ports:
|
||||||
- 8002:8002
|
- 8002:8002
|
||||||
- 2346:2345
|
- 2346:2345
|
||||||
volumes:
|
volumes:
|
||||||
- ../dsBaseWeb/Config/Config.docker.ini:/app/Config/Config.ini
|
- ../dsBaseWeb/Config/Config.docker.ini:/app/Config/Config.ini
|
||||||
dsbigdata:
|
dsbigdata:
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_PTRACE
|
- SYS_PTRACE
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
build:
|
build:
|
||||||
context: ../dsBigData
|
context: ../dsBigData
|
||||||
dockerfile: Dockerfile.dev
|
dockerfile: Dockerfile.dev
|
||||||
args:
|
args:
|
||||||
- MODULE=dsBigData
|
- MODULE=dsBigData
|
||||||
ports:
|
ports:
|
||||||
- 8004:8004
|
- 8004:8004
|
||||||
- 2347:2345
|
- 2347:2345
|
||||||
volumes:
|
volumes:
|
||||||
- ../dsBigData/Config/Config.docker.ini:/app/Config/Config.ini
|
- ../dsBigData/Config/Config.docker.ini:/app/Config/Config.ini
|
||||||
dssso:
|
dssso:
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_PTRACE
|
- SYS_PTRACE
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
build:
|
build:
|
||||||
context: ../dsSso
|
context: ../dsSso
|
||||||
dockerfile: Dockerfile.dev
|
dockerfile: Dockerfile.dev
|
||||||
args:
|
args:
|
||||||
- MODULE=dsSso
|
- MODULE=dsSso
|
||||||
ports:
|
ports:
|
||||||
- 8004:8004
|
- 8004:8004
|
||||||
- 2348:2345
|
- 2348:2345
|
||||||
volumes:
|
volumes:
|
||||||
- ../dsSso/Config/Config.docker.ini:/app/Config/Config.ini
|
- ../dsSso/Config/Config.docker.ini:/app/Config/Config.ini
|
||||||
dssupport:
|
# dssupport:
|
||||||
cap_add:
|
# cap_add:
|
||||||
- SYS_PTRACE
|
# - SYS_PTRACE
|
||||||
security_opt:
|
# security_opt:
|
||||||
- seccomp:unconfined
|
# - seccomp:unconfined
|
||||||
tty: true
|
# tty: true
|
||||||
stdin_open: true
|
# stdin_open: true
|
||||||
build:
|
# build:
|
||||||
context: ../dsSupport
|
# context: ../dsSupport
|
||||||
dockerfile: Dockerfile.dev
|
# dockerfile: Dockerfile.dev
|
||||||
args:
|
# args:
|
||||||
- MODULE=dsSupport
|
# - MODULE=dsSupport
|
||||||
ports:
|
# ports:
|
||||||
- 8005:8005
|
# - 8005:8005
|
||||||
- 2349:2345
|
# - 2349:2345
|
||||||
volumes:
|
# volumes:
|
||||||
- ../dsSupport/Config/Config.docker.ini:/app/Config/Config.ini
|
# - ../dsSupport/Config/Config.docker.ini:/app/Config/Config.ini
|
||||||
depends_on:
|
# depends_on:
|
||||||
- elasticsearch
|
# - elasticsearch
|
Loading…
Reference in new issue