This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
generated from gogolcorp/go-yave
-
Notifications
You must be signed in to change notification settings - Fork 1
Project Setup
blyndusk edited this page Mar 10, 2022
·
6 revisions
The project use Docker and Docker Compose to build and run local and distant images in our workspace.
All the images use the same network, more informations at docker-compose.yml
CONTAINER | PORT | IMAGE |
---|---|---|
GOLANG | 3333:3333 |
build/pakage/sample-api/Dockerfile |
ADMINER | 3334:8080 |
build/package/adminer/Dockerfile |
POSTGRES | 5432:5432 |
postgres:latest |
WEBAPP | 3000:80 |
build/pakage/web/Dockerfile.prod |
Adminer is a GUI that allows us to manage your database by permetting to to create, edit, delete the different entities, tables, etc.
make setup-env start logs
Display informations about other commands.
Copy the sample environment files.
Up the containers with full cache reset to avoid cache errors.
Down the containers.
Display and follow the logs.
Install Dependencies and build the app.
All previous actions, without down.
Lint the Go files using gofmt
.
Copyright (c) 2022 Flamingops | License