update script
This commit is contained in:
parent
9f8c9fa810
commit
fed8575daa
|
@ -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
|
||||
|
|
@ -0,0 +1 @@
|
|||
docker-compose --env-file hosting.properties pull && ./start.sh
|
Loading…
Reference in New Issue