feat: add Docker support with Dockerfile and docker-compose, update API URLs to use base_url

This commit is contained in:
2026-03-14 20:56:21 -03:00
parent 6a78cb41d8
commit b6e4aa7622
27 changed files with 110 additions and 25 deletions
@@ -5,7 +5,7 @@ info:
http:
method: POST
url: http://0.0.0.0:8080/api/v1/auth/forgot-password
url: "{{base_url}}/api/v1/auth/forgot-password"
body:
type: json
data: |-
@@ -5,7 +5,7 @@ info:
http:
method: POST
url: https://meowspool.felipecncloud.com/api/v1/auth/login
url: "{{base_url}}/api/v1/auth/login"
body:
type: json
data: |-
@@ -5,7 +5,7 @@ info:
http:
method: POST
url: http://0.0.0.0:8080/api/v1/auth/logout
url: "{{base_url}}/api/v1/auth/logout"
body:
type: json
data: |-
@@ -5,7 +5,7 @@ info:
http:
method: POST
url: http://0.0.0.0:8080/api/v1/auth/oauth/google
url: "{{base_url}}/api/v1/auth/oauth/google"
body:
type: json
data: |-
@@ -5,7 +5,7 @@ info:
http:
method: POST
url: http://0.0.0.0:8080/api/v1/auth/refresh
url: "{{base_url}}/api/v1/auth/refresh"
body:
type: json
data: |-
@@ -5,7 +5,7 @@ info:
http:
method: POST
url: http://0.0.0.0:8080/api/v1/auth/register
url: "{{base_url}}/api/v1/auth/register"
body:
type: json
data: |-
@@ -5,7 +5,7 @@ info:
http:
method: POST
url: http://0.0.0.0:8080/api/v1/auth/reset-password
url: "{{base_url}}/api/v1/auth/reset-password"
body:
type: json
data: |-
@@ -5,7 +5,7 @@ info:
http:
method: POST
url: http://0.0.0.0:8080/api/v1/auth/verify-email
url: "{{base_url}}/api/v1/auth/verify-email"
body:
type: json
data: |-