Update docker-compose.dev links for tests

This commit is contained in:
xbgmsharp
2023-07-11 01:01:41 +02:00
parent c145d1c1df
commit 5bcb51f803

View File

@@ -69,6 +69,7 @@ services:
command: 'bash tests.sh'
links:
- "api:postgrest"
- "db:database"
env_file: .env
environment:
- POSTGRES_USER=${POSTGRES_USER}