Update deployment workflow to use SSH for deployment and modify .env file handling in docker-compose
This commit is contained in:
@@ -4,7 +4,8 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
env_file:
|
||||
- .env
|
||||
- path: .env
|
||||
required: false
|
||||
environment:
|
||||
DATABASE_URL: postgresql+asyncpg://postgres:postgres@db:5432/adiuva
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user