implemented the GitHub calls for the repository
This commit is contained in:
@@ -12,9 +12,12 @@ services:
|
||||
- VIRTUAL_PORT=${FPM_VIRTUAL_PORT}
|
||||
- NIBIRU_AUTH_VIRTUAL_HOST=${NIBIRU_AUTH_VIRTUAL_HOST}
|
||||
- NIBIRU_AUTH_HOST=${NIBIRU_AUTH_HOST}
|
||||
- GITHUB_REPOSITORY_API_URL=${GITHUB_REPOSITORY_API_URL}
|
||||
- GITHUB_REPO_OWNER=${GITHUB_REPO_OWNER}
|
||||
- GITHUB_REPO_NAME=${GITHUB_REPO_NAME}
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ./src:/var/www/html
|
||||
- ./nibiru-auth-api/src:/var/www/html
|
||||
networks:
|
||||
api_internal:
|
||||
restart: always
|
||||
@@ -34,9 +37,12 @@ services:
|
||||
- NIBIRU_AUTH_VIRTUAL_HOST=${NIBIRU_AUTH_VIRTUAL_HOST}
|
||||
- NIBIRU_AUTH_HOST=${NIBIRU_AUTH_HOST}
|
||||
- LETSENCRYPT_HOST=${NIBIRU_AUTH_LETSENCRYPT_HOST}
|
||||
- GITHUB_REPOSITORY_API_URL=${GITHUB_REPOSITORY_API_URL}
|
||||
- GITHUB_REPO_OWNER=${GITHUB_REPO_OWNER}
|
||||
- GITHUB_REPO_NAME=${GITHUB_REPO_NAME}
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ./src:/usr/share/nginx/html
|
||||
- ./nibiru-auth-api/src:/usr/share/nginx/html
|
||||
networks:
|
||||
nginx-proxy:
|
||||
api_internal:
|
||||
@@ -57,7 +63,7 @@ services:
|
||||
- NIBIRU_WEBHOOK_HOST=${NIBIRU_WEBHOOK_HOST}
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ./src:/var/www/html
|
||||
- ./nibiru-webhook-receiver/src:/var/www/html
|
||||
networks:
|
||||
api_internal:
|
||||
restart: always
|
||||
@@ -77,7 +83,7 @@ services:
|
||||
- LETSENCRYPT_HOST=${NIBIRU_WEHOOK_RECEIVER_LETSENCRYPT_HOST}
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ./src:/usr/share/nginx/html
|
||||
- ./nibiru-webhook-receiver/src:/usr/share/nginx/html
|
||||
networks:
|
||||
nginx-proxy:
|
||||
api_internal:
|
||||
|
||||
Reference in New Issue
Block a user