- A small chat app for learning purposes
- Have the following installed:
- docker
- docker-compose
- python3
- pwgen
- Or you can create your own passwords and place them in the correct locations
- Run:
./secret_init.bash
(non-root user)docker-compose up -d
to run the full app (root user)docker exec -it db_flaskapp /docker-entrypoint-initdb.d/init_db.bash
(root user)