Use env_file for environment variables in Docker Compose

This commit is contained in:
ImBenji
2025-08-04 17:39:57 +01:00
parent 26013c8cdd
commit 990a83fb9a

View File

@@ -6,9 +6,8 @@ services:
context: .
pull: true
container_name: waylume-server
environment:
- SERVER_ID=
- SUPABASE_KEY=
env_file:
- .env
ports:
- "3000:3000"
- "51820:51820/udp"