feat: setup docker, backend, and gitea pipeline for production
All checks were successful
Build and Deploy / build-and-push (push) Successful in 4m19s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 4m19s
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
PORT=3001
|
||||
DB_HOST=db
|
||||
DB_USER=root
|
||||
DB_PASSWORD=root_password
|
||||
DB_NAME=agenciac_comia
|
||||
|
||||
# Gitea Runner Configuration
|
||||
GITEA_INSTANCE_URL=https://gitea.blyzer.com.br
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN=your_token_here
|
||||
GITEA_RUNNER_NAME=fasto-runner
|
||||
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye
|
||||
Reference in New Issue
Block a user