fix: Adds environment file to compose file.

This commit is contained in:
2025-04-14 13:05:01 -04:00
parent bcc86b5440
commit ac4b17a5d0

View File

@@ -3,6 +3,7 @@ services:
image: git.housh.dev/homelab/docs:latest image: git.housh.dev/homelab/docs:latest
container_name: docs container_name: docs
restart: unless-stopped restart: unless-stopped
env_file: .env
ports: ports:
- ${PORT:-8081}:80 - ${PORT:-8081}:80
networks: networks: