Skip to content

hscheuerle/app-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start all apps

docker compose up --build

localhost - nginx

localhost:5000 - directly to express app

localhost:6000 - directly to nextjs app

cd into nginx container

docker exec -t -i nginx-app /bin/bash or docker-compose exec nginx-app bash

cd into postgres database

docker exec -ti database psql -U user -d postgres

cd into redis cache

docker exec -ti cache redis-cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published