Skip to content

Commit

Permalink
Update generate-cicd-files.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mjstealey authored Jun 8, 2021
1 parent ebd27d1 commit f69273f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-cicd-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GITEA_USER_UID=${GITEA_USER_UID:-1000}
GITEA_USER_GID=${GITEA_USER_GID:-1000}
GITEA_APP_NAME=${GITEA_APP_NAME:-"AERPAW Operator Gitea"}
GITEA_ROOT_URL=${GITEA_ROOT_URL:-https://127.0.0.1:8443/gitea/}
GITEA_SSH_AGENT_PORT=${GITEA_SSH_AGENT_PORT:-3022}
GITEA_SERVICE_AGENT_PORT=${GITEA_SERVICE_AGENT_PORT:-3022}
GITEA_DISABLE_REGISTRATION=${GITEA_DISABLE_REGISTRATION:-true}
GITEA_INSTALL_LOCK=${GITEA_INSTALL_LOCK:-true}
Expand Down Expand Up @@ -226,7 +226,7 @@ services:
- ${GITEA_HOME}:/data
- /etc/localtime:/etc/localtime:ro
ports:
- '${GITEA_SSH_AGENT_PORT}:22'
- '${GITEA_SERVICE_AGENT_PORT}:22'
restart: always
nginx-${AERPAW_UUID}:
Expand Down

0 comments on commit f69273f

Please sign in to comment.