diff --git a/apps/medama/0.5.0/.env.sample b/apps/medama/0.5.1/.env.sample similarity index 100% rename from apps/medama/0.5.0/.env.sample rename to apps/medama/0.5.1/.env.sample diff --git a/apps/medama/0.5.0/data.yml b/apps/medama/0.5.1/data.yml similarity index 100% rename from apps/medama/0.5.0/data.yml rename to apps/medama/0.5.1/data.yml diff --git a/apps/medama/0.5.0/docker-compose.yml b/apps/medama/0.5.1/docker-compose.yml similarity index 88% rename from apps/medama/0.5.0/docker-compose.yml rename to apps/medama/0.5.1/docker-compose.yml index 3f4a0e930..52d31f08e 100644 --- a/apps/medama/0.5.0/docker-compose.yml +++ b/apps/medama/0.5.1/docker-compose.yml @@ -1,6 +1,6 @@ services: medama: - image: "ghcr.io/medama-io/medama:v0.5.0" + image: "ghcr.io/medama-io/medama:v0.5.1" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/medama/0.5.0/scripts/uninstall.sh b/apps/medama/0.5.1/scripts/uninstall.sh similarity index 100% rename from apps/medama/0.5.0/scripts/uninstall.sh rename to apps/medama/0.5.1/scripts/uninstall.sh