-
Notifications
You must be signed in to change notification settings - Fork 21
Adminer docker compose dev #1323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -37,6 +37,11 @@ services: | |||||||||
| interval: 5s | ||||||||||
| volumes: | ||||||||||
| - db-data:/var/lib/postgresql/data | ||||||||||
| adminer: | ||||||||||
| image: adminer | ||||||||||
| restart: always | ||||||||||
| ports: | ||||||||||
| - 8080:8080 | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is one last suggestion I have before merging the PR |
||||||||||
| solr: | ||||||||||
| container_name: ${PREFIX}-solr | ||||||||||
| image: solr:8 | ||||||||||
|
|
||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,6 +59,15 @@ TeSS is accessible at the following URL: | |
|
|
||
| <http://localhost:3000> | ||
|
|
||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove this line |
||
| ### Access Adminer | ||
|
|
||
| An Adminer instance is accessible at the following URL: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would add the link to Adminer https://www.adminer.org/ |
||
|
|
||
| <http://localhost:8080> | ||
|
|
||
| Credentials are in the .env file (choose PostgreSQL for "System"). | ||
|
|
||
| ### Testing | ||
|
|
||
| The full test suite can be run using the following command: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the container name and a specific release tag of adminer, e.g.: