add env variable to docker-compose.yml

This commit is contained in:
GitGitro 2024-12-05 18:04:07 +01:00
parent 4e5f8b8741
commit d440182b2b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
args:
PUB_HOSTNAME: "vert.sh"
PUB_PLAUSIBLE_URL: "https://plausible.example.com"
PUB_ENV: production
restart: unless-stopped
ports:
- 3000:3000