Rename services

See compose-stacks/organising#19
This commit is contained in:
3wc
2020-10-01 21:44:17 +02:00
parent d422ef3316
commit 844702337a
3 changed files with 25 additions and 20 deletions
+1
View File
@@ -36,6 +36,7 @@ main
export CMD_DB_URL=postgres://$CMD_DB_USER:$CMD_DB_PASSWORD@$CMD_DB_HOST/$CMD_DB_NAME
# 3wc: `source /docker-entrypoint.sh -e` to load CMD_DB_URL for CLI scripts
if [ ! "${1-}" == "-e" ]; then
# 3wc: upstream ENTRYPOINT
# https://github.com/hackmdio/codimd/blob/develop/deployments/Dockerfile