Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 593 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 593 Bytes

SimpleWebGallery

Simple photo WebApp that stores, views and shares photos and albums. This is a personal experiment for working with microservices.

Run dev environment

To run all services using docker compose with the source code directories mounted to their respective containers run:

docker-compose -f docker-compose-dev.yml up
docker-compose -f docker-compose-dev.yml exec ui-service npm run compile

Run production environment

To have everything running in background with code inside the image and volumes for data persistence run:

docker-compose up -d