Testing another postgres password
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Lilleman auf Larv 2022-02-27 19:29:56 +01:00
parent 1859f8d7bc
commit 0fe1e00737

View File

@ -5,7 +5,7 @@ services:
image: postgres:14.2-alpine3.15 image: postgres:14.2-alpine3.15
environment: environment:
- POSTGRES_USER=postgres - POSTGRES_USER=postgres
- POSTGRES_PASSWORD=puIleHgcpsvDr360ttUo - POSTGRES_PASSWORD=prutt
- POSTGRES_DB=auth - POSTGRES_DB=auth
db-migrations: db-migrations:
@ -13,7 +13,7 @@ services:
context: . context: .
dockerfile: Dockerfile.migrations dockerfile: Dockerfile.migrations
environment: environment:
- DATABASE_URL=postgres://postgres:puIleHgcpsvDr360ttUo@postgres:5432/auth?sslmode=disable - DATABASE_URL=postgres://postgres:prutt@postgres:5432/auth?sslmode=disable
command: ["--wait", "up"] command: ["--wait", "up"]
profiles: ["migrations"] profiles: ["migrations"]
depends_on: depends_on:
@ -23,7 +23,7 @@ services:
build: . build: .
environment: environment:
- ADMIN_API_KEY=hihi - ADMIN_API_KEY=hihi
- DATABASE_URL=postgres://postgres:puIleHgcpsvDr360ttUo@postgres:5432/auth?sslmode=disable - DATABASE_URL=postgres://postgres:prutt@postgres:5432/auth?sslmode=disable
- JWT_SHARED_SECRET=hihi - JWT_SHARED_SECRET=hihi
- WEB_BIND_HOST=:4000 - WEB_BIND_HOST=:4000
depends_on: depends_on: