Use env_file for environment variables in Docker Compose
This commit is contained in:
@@ -6,9 +6,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
pull: true
|
pull: true
|
||||||
container_name: waylume-server
|
container_name: waylume-server
|
||||||
environment:
|
env_file:
|
||||||
- SERVER_ID=
|
- .env
|
||||||
- SUPABASE_KEY=
|
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
- "51820:51820/udp"
|
- "51820:51820/udp"
|
||||||
|
|||||||
Reference in New Issue
Block a user