ruwebframe 0.1.4

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation

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: