Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 358 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 358 Bytes

Aqua-Sharp

Application for managing and controlling aquaristic computer.

Running

To run enviroment for development (database and eclipse-mosquitto) run:

docker compose -f docker-compose-dev.yml up -d

In similar fashion you can also run full app (backend, database and mosquitto):

docker compose -f docker-compose-full.yml up -d