docker-compose up dev-server adminer
This will also run container db
.
Containers:
server
- App server listening on port 80.dev-server
- Server with extra commands for use during development.adminer
- Db interface running on port 8080.db
- (MariaDb) with passwordsecret
and databasespace_tycoon
with all tables and procedures included fromdatabase
directory.server-tidy
-go mod tidy
= Update and cleanup go dependencies (go.mod) using the container.client-gen
- Generate code for example Python based client.