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