| commit | 82d017f6012b9e990b6925d1424422daf36ae1d7 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Mon Apr 27 17:00:02 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Mon Apr 27 17:00:02 2020 +0400 |
| tree | 6268ba00ef790cb2c28f27d9b295b7e804418e6e | |
| parent | 2fa91ebf74a8915c5d1deffab4aa2ccd4aa9cd5c [diff] |
move apps to apps/ folder
diff --git a/dgraph/single-server.yaml b/apps/dgraph/install-single-server.yaml similarity index 100% rename from dgraph/single-server.yaml rename to apps/dgraph/install-single-server.yaml
diff --git a/dgraph/schema.graphql b/apps/dgraph/schema.graphql similarity index 100% rename from dgraph/schema.graphql rename to apps/dgraph/schema.graphql
diff --git a/face/Dockerfile b/apps/face-detection/Dockerfile similarity index 100% rename from face/Dockerfile rename to apps/face-detection/Dockerfile
diff --git a/face/deploy.yaml b/apps/face-detection/deploy.yaml similarity index 100% rename from face/deploy.yaml rename to apps/face-detection/deploy.yaml
diff --git a/face/face.py b/apps/face-detection/face.py similarity index 100% rename from face/face.py rename to apps/face-detection/face.py
diff --git a/face/main.py b/apps/face-detection/main.py similarity index 100% rename from face/main.py rename to apps/face-detection/main.py
diff --git a/minio/configure-nats.yaml b/apps/minio/configure-nats.yaml similarity index 100% rename from minio/configure-nats.yaml rename to apps/minio/configure-nats.yaml
diff --git a/minio/deployment.yaml b/apps/minio/deployment.yaml similarity index 100% rename from minio/deployment.yaml rename to apps/minio/deployment.yaml
diff --git a/minio/operator.yaml b/apps/minio/operator.yaml similarity index 100% rename from minio/operator.yaml rename to apps/minio/operator.yaml
diff --git a/minio/secrets.yaml b/apps/minio/secrets.yaml similarity index 100% rename from minio/secrets.yaml rename to apps/minio/secrets.yaml
diff --git a/minio/setup.sh b/apps/minio/setup.sh similarity index 100% rename from minio/setup.sh rename to apps/minio/setup.sh
diff --git a/photos-ui/gallery.html b/apps/photos-ui/gallery.html similarity index 100% rename from photos-ui/gallery.html rename to apps/photos-ui/gallery.html
diff --git a/photos-ui/main.go b/apps/photos-ui/main.go similarity index 100% rename from photos-ui/main.go rename to apps/photos-ui/main.go
diff --git a/photos-ui/photo.html b/apps/photos-ui/photo.html similarity index 100% rename from photos-ui/photo.html rename to apps/photos-ui/photo.html
diff --git a/photos-ui/static/photos.js b/apps/photos-ui/static/photos.js similarity index 100% rename from photos-ui/static/photos.js rename to apps/photos-ui/static/photos.js