mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
fix: [#8] formatting docker-compose.tests.yml
This commit is contained in:
parent
d73173ca5a
commit
c969fb460d
|
@ -23,11 +23,9 @@ services:
|
|||
container_name: api
|
||||
image: fastapi_app
|
||||
restart: always
|
||||
entrypoint: [ "/opt/app/entrypoint.sh" ]
|
||||
entrypoint: ["/opt/app/entrypoint.sh"]
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${API_PORT}:${API_PORT}"
|
||||
expose:
|
||||
- "${API_PORT}"
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in New Issue
Block a user