valitovgaziz 4fa5921382 modified: docker-compose.yaml
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
2025-07-30 23:48:25 +05:00
2025-07-07 10:55:32 +05:00
2025-07-20 01:33:19 +05:00
2025-07-30 23:02:52 +05:00
2025-07-18 16:26:11 +05:00
2025-07-30 23:11:37 +05:00
2025-07-18 16:26:11 +05:00
2025-07-20 09:04:32 +05:00
2025-07-18 16:26:11 +05:00
2025-07-18 16:26:11 +05:00
2025-07-30 23:11:37 +05:00

Microservices on docker-compose.

before start your need to set .env file with your VARIABLES

build and start with command: make

Разделить на отдельные сервисы.

  1. DB, rest api
  2. Migrator
  3. spa
  4. Nginx
  5. Certbot
S
Description
No description provided
Readme 154 MiB
Languages
Go 65.8%
HTML 26.8%
Shell 3.4%
Dockerfile 3%
Makefile 1%