mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Rename pg-db to db
This commit is contained in:
parent
f0ed129028
commit
f5641150a0
@ -6,12 +6,12 @@ app:
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
PGHOST: pg-db
|
||||
PGHOST: db
|
||||
PGUSER: postgres
|
||||
PGPASSWORD: password
|
||||
depends_on:
|
||||
- pg-db
|
||||
pg-db:
|
||||
- db
|
||||
db:
|
||||
image: healthcheck/postgres:alpine
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
|
||||
@ -7,12 +7,12 @@ services:
|
||||
- "4000:4000"
|
||||
environment:
|
||||
MIX_ENV: dev
|
||||
PGHOST: pg-db
|
||||
PGHOST: db
|
||||
PGUSER: postgres
|
||||
PGPASSWORD: password
|
||||
links:
|
||||
- pg-db
|
||||
pg-db:
|
||||
- db
|
||||
db:
|
||||
image: healthcheck/postgres:alpine
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
|
||||
Loading…
Reference in New Issue
Block a user