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:
parent
6ba44fcd54
commit
48c2a1d6ae
|
@ -1,4 +1,4 @@
|
|||
version: '3'
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
@ -23,7 +23,7 @@ services:
|
|||
container_name: api
|
||||
image: fastapi_app
|
||||
restart: always
|
||||
entrypoint: [ "/opt/app/entrypoint.sh" ]
|
||||
entrypoint: ["/opt/app/entrypoint.sh"]
|
||||
env_file:
|
||||
- .env
|
||||
expose:
|
||||
|
@ -42,7 +42,6 @@ services:
|
|||
depends_on:
|
||||
- postgres
|
||||
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user