mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 03:07:47 +00:00
Update idocker-compose.dev environment for tests
This commit is contained in:
@@ -63,7 +63,6 @@ services:
|
|||||||
context: ./tests
|
context: ./tests
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: tests
|
container_name: tests
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./tests:/mnt
|
- ./tests:/mnt
|
||||||
working_dir: /mnt
|
working_dir: /mnt
|
||||||
@@ -75,7 +74,8 @@ services:
|
|||||||
- POSTGRES_USER=${POSTGRES_USER}
|
- POSTGRES_USER=${POSTGRES_USER}
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||||
- PGPASSWORD=${POSTGRES_PASSWORD}
|
- PGPASSWORD=${POSTGRES_PASSWORD}
|
||||||
- PGSAIL_API_URL=${PGSAIL_API_URL}
|
- PGSAIL_API_URI=http://api:3000
|
||||||
|
- PGSAIL_DB_URI=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/signalk
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- api
|
- api
|
||||||
|
Reference in New Issue
Block a user