1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00

fix: [#8] formatting

This commit is contained in:
ksieuk 2023-10-04 00:44:16 +03:00
parent 6ba44fcd54
commit 48c2a1d6ae

View File

@ -1,4 +1,4 @@
version: '3' version: "3"
services: services:
postgres: postgres:
@ -23,7 +23,7 @@ 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
expose: expose:
@ -42,7 +42,6 @@ services:
depends_on: depends_on:
- postgres - postgres
volumes: volumes:
postgres_data: postgres_data: