File tree Expand file tree Collapse file tree 3 files changed +3
-332
lines changed Expand file tree Collapse file tree 3 files changed +3
-332
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # alfred version v1.4 .0 -> needs to be changed to the one currently used by refinery if nessecary
3+ # alfred version v1.5 .0 -> needs to be changed to the one currently used by refinery if nessecary
44
55echo -ne ' building container...'
6- docker build -t kernai/alfred:v1.4 .0 -f Dockerfile . > /dev/null 2>&1
6+ docker build -t kernai/alfred:v1.5 .0 -f Dockerfile . > /dev/null 2>&1
77echo -ne ' \t\t [done]\n'
88
99echo -ne ' start refinery like normal (the tag was replaced)'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22BACKUP_DIR = "/refinery/backup"
33CONNECTION_STRING = "postgresql://postgres:onetask@graphql-postgres:5432"
44DOCKER_COMPOSE = "/refinery/docker-compose.yml"
5- DOCKER_COMPOSE_TEMPLATE = "templates/ docker-compose.yml "
5+ DOCKER_COMPOSE_TEMPLATE = "/refinery/ docker-compose.tmpl "
66EXEC_ENVS = {
77 "AC_EXEC_ENV" : "kernai/refinery-ac-exec-env" ,
88 "ML_EXEC_ENV" : "kernai/refinery-ml-exec-env" ,
You can’t perform that action at this time.
0 commit comments