diff --git a/docker-compose.backend.yml b/docker-compose.backend.yml index 9ff4c9c..292136e 100644 --- a/docker-compose.backend.yml +++ b/docker-compose.backend.yml @@ -27,7 +27,7 @@ services: - "7880:7880" - "7881:7881/udp" environment: - - LIVEKIT_KEYS="APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi" + LIVEKIT_KEYS: "APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi" command: --dev restart: unless-stopped networks: diff --git a/docker-compose.uat.yml b/docker-compose.uat.yml index 7eb2455..a7fd562 100644 --- a/docker-compose.uat.yml +++ b/docker-compose.uat.yml @@ -27,7 +27,7 @@ services: - "7880:7880" - "7881:7881/udp" environment: - - LIVEKIT_KEYS="APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi" + LIVEKIT_KEYS: "APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi" command: --dev restart: unless-stopped networks: