mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-17 00:06:16 +00:00
fix: [#8] formatting docker-compose.tests.yml
This commit is contained in:
@@ -26,8 +26,6 @@ services:
|
|||||||
entrypoint: ["/opt/app/entrypoint.sh"]
|
entrypoint: ["/opt/app/entrypoint.sh"]
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
|
||||||
- "${API_PORT}:${API_PORT}"
|
|
||||||
expose:
|
expose:
|
||||||
- "${API_PORT}"
|
- "${API_PORT}"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user