Cambiando stacks
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
CONFIG_FILE=/config/config.yaml
|
||||
GITEA_INSTANCE_URL="https://git.skrd.fun"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN="SECRET"
|
||||
GITEA_RUNNER_NAME="gitea-runner-1"
|
||||
USER_UID=1000
|
||||
USER_GID=1000
|
||||
|
||||
POSTGRES_PASSWORD="SECRET"
|
||||
POSTGRES_DB="gitea"
|
||||
POSTGRES_USER="gitea"
|
||||
CONFIG_FILE=/config/config.yaml
|
||||
GITEA_INSTANCE_URL=https://git.skrd.fun
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN=secret
|
||||
GITEA_RUNNER_NAME=gitea-runner-1
|
||||
|
||||
POSTGRES_PASSWORD=secret
|
||||
POSTGRES_DB=gitea
|
||||
POSTGRES_USER=gitea
|
||||
|
||||
Reference in New Issue
Block a user