mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
* Replace `Godeps` with `dep` * Upgrade all dependencies * Remove vendor source from git repository
7 lines
216 B
YAML
7 lines
216 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:
|
|
- .:/go/src/github.com/amacneil/dbmate
|