Sign inSign up

fdean/trip-database

By fdean

Updated 5 months ago

TRIP is a web-based application supporting trip recording and itinerary planning

Image
Databases & storage
0

1.8K

fdean/trip-database repository overview

TRIP - Trip Recording and Itinerary Planner

This is the repository for the database container used by fdean/trip-server. View that repository for information on using the application.

How to use this image

$ 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.

Tag summary

Content type

Image

Digest

sha256:ce7095965

Size

228.4 MB

Last updated

5 months ago

docker pull fdean/trip-database