More commits

This commit is contained in:
Brett 2020-09-29 16:56:10 +02:00
parent 95efc96f1a
commit d6108cb7d5
2 changed files with 16 additions and 4 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
sudo: required
services:
- docker
env:
COMPOSE_VERSION: 1.4.1
before_install:
- curl -L https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
script:
- docker-compose up -d --build

View File

@ -1,9 +1,7 @@
FROM keitaro/base:0.4
MAINTAINER Keitaro Inc <info@keitaro.info>
FROM alpine:3.7
ENV APP_DIR=/srv/app
ENV GIT_BRANCH 0.0.15
ENV GIT_BRANCH master
ENV GIT_URL https://github.com/ckan/datapusher.git
ENV JOB_CONFIG ${APP_DIR}/datapusher_settings.py