mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
11 lines
273 B
Docker
11 lines
273 B
Docker
# Docker Port Mapping
|
|
DOCKER_MAP_SERVER_PORT=8001
|
|
DOCKER_MAP_POSTGRES_PORT=15432
|
|
DOCKER_MAP_MYSQL_PORT=13306
|
|
DOCKER_MAP_REDIS_PORT=16379
|
|
DOCKER_MAP_NGINX_PORT=8000
|
|
|
|
# Docker Log Mapping
|
|
# Production environment recommendation: /var/log/fba
|
|
DOCKER_FBA_SERVER_LOG=./logs/fba
|