diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-20 13:52:35 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-20 13:52:35 +0000 |
| commit | d7475b2bc3edf0027e0fa57e3997c084c36a1b74 (patch) | |
| tree | 53f6da45dbf965259f29775160a2e7fac8e42903 /.env.example | |
| parent | 719a1e81d5af5c872f79f11f462e4b30211f80b7 (diff) | |
Add Traefik configuration and environment variables for Docker deployment
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.example b/.env.example index fece7bb..76bb417 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,8 @@ VITE_DRUPAL_BASE_URL=http://localhost:5173 VITE_DRUPAL_API_PREFIX=/drupal-api/jsonapi VITE_DRUPAL_AUTH_TOKEN= + +# Docker Swarm + Traefik deployment variables +PORTFOLIO_HOST=portfolio.example.com +TRAEFIK_NETWORK=traefik-public +TRAEFIK_ENTRYPOINTS=web |
