Update env_file path to /opt/secrets/katheryn-website/.env
Migrated from /root/.katheryn_credentials to the new organized /opt/secrets/ directory structure. Symlinks ensure backward compat. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2196cad129
commit
f90b35d03a
|
|
@ -8,7 +8,7 @@ services:
|
|||
container_name: katheryn-frontend
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- /root/.katheryn_credentials
|
||||
- /opt/secrets/katheryn-website/.env
|
||||
environment:
|
||||
- NEXT_PUBLIC_DIRECTUS_URL=https://katheryn-cms.jeffemmett.com
|
||||
- DIRECTUS_API_TOKEN=katheryn-frontend-readonly-8591de0316ded82fab45328cf1e49cb1
|
||||
|
|
|
|||
Loading…
Reference in New Issue