mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +00:00
Revert changes
This commit is contained in:
parent
c9f585a7e0
commit
700d8e0ee6
2 changed files with 1 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -47,6 +47,7 @@ jobs:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
env:
|
env:
|
||||||
|
POSTGRES_PASSWORD: 'postgres'
|
||||||
POSTGRES_DB: main
|
POSTGRES_DB: main
|
||||||
ports:
|
ports:
|
||||||
- 5432/tcp
|
- 5432/tcp
|
||||||
|
|
|
||||||
|
|
@ -68,8 +68,6 @@ services:
|
||||||
- '${DB_DATABASE}'
|
- '${DB_DATABASE}'
|
||||||
- '-U'
|
- '-U'
|
||||||
- '${DB_USERNAME}'
|
- '${DB_USERNAME}'
|
||||||
- '-e POSTGRES_PASSWORD='
|
|
||||||
- '${POSTGRES_PASSWORD}'
|
|
||||||
retries: 3
|
retries: 3
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
redis:
|
redis:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue