Files
group_xinghuo_jinrong/docker-compose.override.yml.example

15 lines
388 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 本机差异配置:复制为 docker-compose.override.yml(已在 .gitignore)
# docker compose 会自动合并 base + override
#
# cp docker-compose.override.yml.example docker-compose.override.yml
services:
neo4j:
environment:
# 若本机 Neo4j 密码与 .env 不一致,在此覆盖
NEO4J_AUTH: neo4j/jinrong_dev_neo4j
redis:
ports:
- "6379:6379"