1.0.6 • Published 7 months ago

@telia-ace/alliance-databases v1.0.6

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
7 months ago

ACE Alliance Databases

Internal databases Alliance.

PosgresDB spinup in Docker for local development

docker run --name alliancedb -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=hej123 -e POSTGRES_DB=alliancedb -d postgres