update script

This commit is contained in:
Martin McKeaveney 2021-01-27 13:56:38 +00:00
parent 9f8c9fa810
commit fed8575daa
2 changed files with 1 additions and 10 deletions

View File

@ -1,10 +0,0 @@
FROM ubuntu:latest
FROM envoyproxy/envoy:v1.16-latest
COPY envoy.yaml /etc/envoy/envoy.yaml
FROM apache/couchdb:3.0 as db
FROM minio/minio

1
hosting/update.sh Normal file
View File

@ -0,0 +1 @@
docker-compose --env-file hosting.properties pull && ./start.sh