FIX: Fixed env file

This commit is contained in:
2025-08-26 19:30:59 +02:00
parent 3e582e4d0c
commit 5af8be33d8

View File

@@ -4,6 +4,8 @@ services:
container_name: homepage
ports:
- "3001:3000"
env_file:
- .env # Make sure this file exists and contains necessary environment variables (chek .env.example)
volumes:
- ${PATH_TO_CONFIG}:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations