1
0
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:
ksieuk 2023-10-08 17:19:58 +03:00
parent d73173ca5a
commit c969fb460d

View File

@ -23,11 +23,9 @@ services:
container_name: api container_name: api
image: fastapi_app image: fastapi_app
restart: always restart: always
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: