Skip to content

Commit

Permalink
directus
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 16, 2023
1 parent b1ac21b commit ec0e6d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions apps/directus/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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=[email protected]
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
W9_DB_EXPOSE="postgresql"
W9_ADMIN_EMAIL=[email protected]
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
#CACHE_REDIS: redis://cache:6379

ADMIN_EMAIL=$W9_LOGIN_USER
ADMIN_PASSWORD=$W9_POWER_PASSWORD
2 changes: 1 addition & 1 deletion apps/directus/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/directus/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"dist": "community",
"version": [
"10.5",
"10.8",
"latest"
]
}
Expand Down

0 comments on commit ec0e6d8

Please sign in to comment.