4fa5921382e90ab72cdd748245a423ba05202788
new file: serv_migration/docker-compose.yml renamed: migrator/Dockerfile -> serv_migration/migrator/Dockerfile renamed: migrator/go.mod -> serv_migration/migrator/go.mod renamed: migrator/go.sum -> serv_migration/migrator/go.sum renamed: migrator/migrations/20240819162009_create_users_table.sql -> serv_migration/migrator/migrations/20240819162009_create_users_table.sql renamed: migrator/migrations/20240825004755_add_column_role_to_users.sql -> serv_migration/migrator/migrations/20240825004755_add_column_role_to_users.sql moove migrator into serv_migrator directory create new docker-compose.yaml
Microservices on docker-compose.
before start your need to set .env file with your VARIABLES
build and start with command: make
Разделить на отдельные сервисы.
- DB, rest api
- Migrator
- spa
- Nginx
- Certbot
Description
Languages
Go
65.8%
HTML
26.8%
Shell
3.4%
Dockerfile
3%
Makefile
1%