diff --git a/docker-compose.yml b/docker-compose.yml index 21fd21c..ee77e20 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,8 +2,8 @@ version: "3" services: - riot: - build: riot + element: + build: element restart: always ports: - 8080:80 @@ -55,8 +55,8 @@ services: environment: - "DISCORD_WEBHOOK=${PROMETHEUS_DISCORD_WEBHOOK}" - codimd: - build: codimd + hedgedoc: + build: hedgedoc restart: always environment: - "CMD_DB_URL=${CODIMD_DB_URL}" diff --git a/riot/Dockerfile b/element/Dockerfile similarity index 100% rename from riot/Dockerfile rename to element/Dockerfile diff --git a/riot/bg.jpg b/element/bg.jpg similarity index 100% rename from riot/bg.jpg rename to element/bg.jpg diff --git a/riot/config.json b/element/config.json similarity index 100% rename from riot/config.json rename to element/config.json diff --git a/codimd/Dockerfile b/hedgedoc/Dockerfile similarity index 100% rename from codimd/Dockerfile rename to hedgedoc/Dockerfile