From ec0e6d8afdadd8f75cc82930e03fc0d3948840fd Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Sat, 16 Dec 2023 12:49:12 +0800 Subject: [PATCH] directus --- apps/directus/.env | 9 +++++---- apps/directus/docker-compose.yml | 2 +- apps/directus/variables.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/directus/.env b/apps/directus/.env index d05e3d33b..6f61c182f 100644 --- a/apps/directus/.env +++ b/apps/directus/.env @@ -7,15 +7,16 @@ W9_POWER_PASSWORD=uikljee9uw W9_ID=directus W9_HTTP_PORT=8055 W9_HTTP_PORT_SET=9001 -W9_LOGIN_USER=admin +W9_LOGIN_USER=help@websoft9.com W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD W9_DB_EXPOSE="postgresql" -W9_ADMIN_EMAIL=help@websoft9.com -W9_ADMIN_PASSWORD=$W9_POWER_PASSWORD W9_URL=appname.example.com W9_NETWORK=websoft9 #### --------------------------------------------------------------------------------------- #### #CACHE_ENABLED: true #CACHE_STORE: redis -#CACHE_REDIS: redis://cache:6379 \ No newline at end of file +#CACHE_REDIS: redis://cache:6379 + +ADMIN_EMAIL=$W9_LOGIN_USER +ADMIN_PASSWORD=$W9_POWER_PASSWORD \ No newline at end of file diff --git a/apps/directus/docker-compose.yml b/apps/directus/docker-compose.yml index ed99f3f8c..a2a36ab22 100644 --- a/apps/directus/docker-compose.yml +++ b/apps/directus/docker-compose.yml @@ -29,7 +29,7 @@ services: # PUBLIC_URL: 'https://directus.example.com' restart: unless-stopped - db: + postgresql: image: postgres:13 container_name: $W9_ID-postgresql restart: unless-stopped diff --git a/apps/directus/variables.json b/apps/directus/variables.json index 4fd351829..0445e59c2 100644 --- a/apps/directus/variables.json +++ b/apps/directus/variables.json @@ -7,7 +7,7 @@ { "dist": "community", "version": [ - "10.5", + "10.8", "latest" ] }