TRIP is a web-based application supporting trip recording and itinerary planning
1.8K
This is the repository for the database container used by fdean/trip-server. View that repository for information on using the application.
$ docker network create trip-server
$ docker run --network trip-server --network-alias postgis -e POSTGRES_PASSWORD=secret -d fdean/trip-database
$ docker run --network trip-server -e TRIP_SIGNING_KEY=secret -e TRIP_RESOURCE_SIGNING_KEY=secret -e POSTGRES_PASSWORD=secret --publish 8080:8080 -d fdean/trip-server
The application contains a small amount of test data. Login using one of the following users and credentials:
[email protected] rasHuthlutcew7
[email protected] 7TwilfOrucFeug
See the user documentation for information on using the application.
Content type
Image
Digest
sha256:ce7095965…
Size
228.4 MB
Last updated
5 months ago
docker pull fdean/trip-database