services:
dev-ruwebframe:
build: .
image: dev-ruwebframe
container_name: dev-ruwebframe
hostname: dev-ruwebframe
user: root
restart: always
ports:
- 8066:8066
environment:
TZ: Asia/Shanghai
SWAGGER_HOST: https://devcenter.super-study.com:18099
volumes:
- /opt/logs/dev-ruwebframe:/root/app/logs
- /opt/tmp/dev-ruwebframe:/tmp
- /var/run/docker.sock:/var/run/docker.sock
extra_hosts:
- "rudb-dev:host-gateway"
- "nodejs-host:host-gateway"
networks:
mybr: