forked from tsai/budibase
2 changed files with 1 additions and 10 deletions
@ -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