Penpot and Plant-It fixes.
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Successful in 1m20s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 56s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Dry Run (push) Successful in 45s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Successful in 22s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 44s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Successful in 9s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Deployment (push) Failing after 5m24s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Successful in 1m20s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 56s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Dry Run (push) Successful in 45s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Successful in 22s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 44s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Successful in 9s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Deployment (push) Failing after 5m24s
This commit is contained in:
+4
-4
@@ -3859,7 +3859,7 @@ services:
|
|||||||
penpot-backend:
|
penpot-backend:
|
||||||
container_name: penpot-backend
|
container_name: penpot-backend
|
||||||
depends_on:
|
depends_on:
|
||||||
penpot-postgres:
|
penpot-pg-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
penpot-redis:
|
penpot-redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -4050,16 +4050,16 @@ services:
|
|||||||
MYSQL_HOST: mariadb
|
MYSQL_HOST: mariadb
|
||||||
MYSQL_PORT: 3306
|
MYSQL_PORT: 3306
|
||||||
MYSQL_USERNAME: plantit
|
MYSQL_USERNAME: plantit
|
||||||
MYSQL_PSW: ${PLANT-IT_DB_PASSWORD}
|
MYSQL_PSW: ${PLANTIT_DB_PASSWORD}
|
||||||
MYSQL_DATABASE: plantit
|
MYSQL_DATABASE: plantit
|
||||||
MYSQL_ROOT_PASSWORD: ${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}
|
MYSQL_ROOT_PASSWORD: ${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}
|
||||||
JWT_SECRET: ${PLANT-IT_JWT_SECRET}
|
JWT_SECRET: ${PLANTIT_JWT_SECRET}
|
||||||
JWT_EXP: 1
|
JWT_EXP: 1
|
||||||
USERS_LIMIT: -1 # less then 0 means no limit
|
USERS_LIMIT: -1 # less then 0 means no limit
|
||||||
UPLOAD_DIR: /upload-dir # path to the directory used to store uploaded images, if on docker deployment leave as it is and change the volume binding in the docker-compose file if needed
|
UPLOAD_DIR: /upload-dir # path to the directory used to store uploaded images, if on docker deployment leave as it is and change the volume binding in the docker-compose file if needed
|
||||||
API_PORT: 8080
|
API_PORT: 8080
|
||||||
FLORACODEX_URL: https://api.floracodex.com
|
FLORACODEX_URL: https://api.floracodex.com
|
||||||
FLORACODEX_KEY: ${PLANT-IT_FLORACODEX_APP_KEY}
|
FLORACODEX_KEY: ${PLANTIT_FLORACODEX_APP_KEY}
|
||||||
ALLOWED_ORIGINS: '*' # CORS allowed origins (comma separated list)
|
ALLOWED_ORIGINS: '*' # CORS allowed origins (comma separated list)
|
||||||
LOG_LEVEL: DEBUG # could be: DEBUG, INFO, WARN, ERROR
|
LOG_LEVEL: DEBUG # could be: DEBUG, INFO, WARN, ERROR
|
||||||
CONTACT_MAIL: noreply@${MY_TLD} # address used as "contact" for template email
|
CONTACT_MAIL: noreply@${MY_TLD} # address used as "contact" for template email
|
||||||
|
|||||||
Reference in New Issue
Block a user