mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
* Go v1.11 * [Go Modules](https://github.com/golang/go/wiki/Modules) * [GolangCI-Lint](https://github.com/golangci/golangci-lint) * [Distroless](https://github.com/GoogleContainerTools/distroless) docker image
7 lines
186 B
YAML
7 lines
186 B
YAML
# this file is used to mount the current directory as a volume
|
|
# we remove it in CI to use files inside the container only
|
|
version: '2.3'
|
|
services:
|
|
dbmate:
|
|
volumes:
|
|
- .:/src
|