Update affine docker-compose.yml (#2185)

change redis host
This commit is contained in:
felix sun 2024-09-26 22:05:31 +08:00 committed by GitHub
parent 29b3ec6c54
commit f7eb0cc014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ services:
environment:
- NODE_OPTIONS="--import=./scripts/register.js"
- AFFINE_CONFIG_PATH=/root/.affine/config
- REDiIS_SERVER_HOST=${REDIS_HOST}
- REDiIS_SERVER_HOST=${PANEL_REDIS_HOST}
- REDIS_SERVER_PORT=6379
- REDIS_SERVER_PASSWORD=${PANEL_REDIS_ROOT_PASSWORD}
- DATABASE_URL=postgres://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME}
@ -31,4 +31,4 @@ services:
createdBy: "Apps"
networks:
1panel-network:
external: true
external: true