We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac960a1 + b220417 commit 86f5a33Copy full SHA for 86f5a33
2 files changed
.env.template
@@ -2,6 +2,9 @@
2
## PRODUCTION
3
## ---------------------------------
4
5
+# Project Name that will be prefixed to docker containers
6
+PROJECT_NAME=open-data-capture
7
+
8
# The domain name to use for your site in the production compose stack
9
SITE_ADDRESS=:80
10
# The domain name to use for the gateway service in the production compose stack
docker-compose.yaml
@@ -1,4 +1,4 @@
1
-name: open-data-capture
+name: ${PROJECT_NAME:-open-data-capture}
volumes:
caddy_data:
services:
0 commit comments