diff --git a/hosting/Dockerfile.all b/hosting/Dockerfile.all deleted file mode 100644 index bbe21df982..0000000000 --- a/hosting/Dockerfile.all +++ /dev/null @@ -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 - diff --git a/hosting/update.sh b/hosting/update.sh new file mode 100644 index 0000000000..3ccd5e59d0 --- /dev/null +++ b/hosting/update.sh @@ -0,0 +1 @@ +docker-compose --env-file hosting.properties pull && ./start.sh