Build, Tag and Push Docker Images
Build
$ docker-compose buildRun the whole system
$ docker-compose up -d
Creating network "starhackit_net" with the default driver
Creating starhackit_pg_1 ... done
Creating starhackit_redis_1 ... done
Creating starhackit_api_1 ... done
Creating starhackit_ui_1 ... done$ open http://localhost:3001/$ docker logs starhackit_api_1Push
Last updated