Use env_file for environment variables in Docker Compose
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user