feat: support semantic release (#244)

Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
sh1luo
2021-08-11 21:39:34 +08:00
committed by Yang Luo
parent 8c6f0a31b6
commit b58d5ebb2c
8 changed files with 188 additions and 34 deletions

View File

@ -3,11 +3,12 @@ services:
casdoor:
build:
context: ./
dockerfile: go-dockerfile
dockerfile: Dockerfile
ports:
- "8000:8000"
depends_on:
- db
command: ["./wait-for-it db:3306 -- ./server"]
volumes:
- ./conf:/conf/
db: