From 219b888fd46c3f29ce48bf0108d581d82bbbcd4b Mon Sep 17 00:00:00 2001 From: Charles Wyble Date: Mon, 14 Oct 2024 21:28:31 -0400 Subject: [PATCH] moving things to correct data gravity context --- coolify/Apps/app.merchantsofhope.org/Dockerfile | 1 + coolify/Apps/app.merchantsofhope.org/devcontainer.json | 1 + coolify/Apps/app.merchantsofhope.org/docker-compose.yml | 5 +++++ {cosmos => coolify}/apigw/apigw.md | 0 {cosmos => coolify}/archivebox/docker-compose.yml | 0 coolify/watchtower/docker-compose.yml | 1 + cosmos/{GIS => GIS-backend}/README.md | 0 7 files changed, 8 insertions(+) create mode 100644 coolify/Apps/app.merchantsofhope.org/Dockerfile create mode 100644 coolify/Apps/app.merchantsofhope.org/devcontainer.json create mode 100644 coolify/Apps/app.merchantsofhope.org/docker-compose.yml rename {cosmos => coolify}/apigw/apigw.md (100%) rename {cosmos => coolify}/archivebox/docker-compose.yml (100%) create mode 100644 coolify/watchtower/docker-compose.yml rename cosmos/{GIS => GIS-backend}/README.md (100%) diff --git a/coolify/Apps/app.merchantsofhope.org/Dockerfile b/coolify/Apps/app.merchantsofhope.org/Dockerfile new file mode 100644 index 0000000..d44fac2 --- /dev/null +++ b/coolify/Apps/app.merchantsofhope.org/Dockerfile @@ -0,0 +1 @@ +# dockerfile for an app at tsys \ No newline at end of file diff --git a/coolify/Apps/app.merchantsofhope.org/devcontainer.json b/coolify/Apps/app.merchantsofhope.org/devcontainer.json new file mode 100644 index 0000000..1525bd6 --- /dev/null +++ b/coolify/Apps/app.merchantsofhope.org/devcontainer.json @@ -0,0 +1 @@ +# dev environment for an app at tsys \ No newline at end of file diff --git a/coolify/Apps/app.merchantsofhope.org/docker-compose.yml b/coolify/Apps/app.merchantsofhope.org/docker-compose.yml new file mode 100644 index 0000000..8f5ac5a --- /dev/null +++ b/coolify/Apps/app.merchantsofhope.org/docker-compose.yml @@ -0,0 +1,5 @@ +# app docker compose file for tsys + +## app name +## ports +## deps \ No newline at end of file diff --git a/cosmos/apigw/apigw.md b/coolify/apigw/apigw.md similarity index 100% rename from cosmos/apigw/apigw.md rename to coolify/apigw/apigw.md diff --git a/cosmos/archivebox/docker-compose.yml b/coolify/archivebox/docker-compose.yml similarity index 100% rename from cosmos/archivebox/docker-compose.yml rename to coolify/archivebox/docker-compose.yml diff --git a/coolify/watchtower/docker-compose.yml b/coolify/watchtower/docker-compose.yml new file mode 100644 index 0000000..a53ebb4 --- /dev/null +++ b/coolify/watchtower/docker-compose.yml @@ -0,0 +1 @@ +#watchtower docker compose for tsys \ No newline at end of file diff --git a/cosmos/GIS/README.md b/cosmos/GIS-backend/README.md similarity index 100% rename from cosmos/GIS/README.md rename to cosmos/GIS-backend/README.md