fix: Adds environment file to compose file.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user