Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 28, 2022
1 parent 62b67da commit 7fa06b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@ docker-composer.yml of postgresql + redis + pgadmin, for sample only.

## pgAdmin default account

| Email Address | Password |
| ------------------- | ------------- |
| [email protected] | phantom-admin |
| Email Address | Password |
| -------------------- | ------------- |
| [email protected] | phantom-admin |

## Internal Hosts/Ports

Allow to connect via networking `phantom` only.

| Service | Host | Port |
| ---------- | ------------- | ---- |
| PostgreSQL | phantom-data | 5432 |
| Redis | phantom-cache | 6379 |
| pgAdmin | phantom-pga | 80 |

## External Ports

Allow to connect via `localhost` only.
Allow to connect via host `localhost` only.

| Service | Port |
| ---------- | ---- |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
networks:
- phantom
environment:
PGADMIN_DEFAULT_EMAIL: "phantom@example.org"
PGADMIN_DEFAULT_EMAIL: "postgres@example.org"
PGADMIN_DEFAULT_PASSWORD: "phantom-admin"
PGADMIN_CONFIG_SESSION_EXPIRATION_TIME: 365
PGADMIN_CONFIG_MAX_SESSION_IDLE_TIME: 60
Expand Down

0 comments on commit 7fa06b0

Please sign in to comment.