refactor: Simplify env_file handling in docker-compose

This commit is contained in:
courtmanr@gmail.com
2025-04-20 20:07:12 +01:00
parent 2f77e8f26d
commit 8a76d6e62a
+1 -2
View File
@@ -12,9 +12,8 @@ services:
# You can change the host port (left side) if 7655 is already in use on your host
- "7655:7655"
env_file:
# Load environment variables, prioritizing the one in the server directory
# Load environment variables from the .env file located in the server directory
- ./server/.env # Primary location
- ./.env # Fallback location (if server/.env is missing)
# Optional: Define networks if needed, otherwise uses default bridge network
# networks:
# - pulse_network