diff --git a/budibase/.env b/budibase/.env index f8c449e..23681f1 100644 --- a/budibase/.env +++ b/budibase/.env @@ -3,14 +3,14 @@ MAIN_PORT=10000 # This section contains all secrets pertaining to the system # These should be updated -API_ENCRYPTION_KEY="r*6V&XX#Nc@KhkB7" -JWT_SECRET="4hXZmFIvjmb$!jIp" -MINIO_ACCESS_KEY="*PG2M5^6WByh!uT1" -MINIO_SECRET_KEY="I238Lt@TqB#eTtG%" -COUCH_DB_PASSWORD="OgDcjjIA^Q6i0*VN" +API_ENCRYPTION_KEY=testsecret +JWT_SECRET=testsecret +MINIO_ACCESS_KEY=budibase +MINIO_SECRET_KEY=budibase +COUCH_DB_PASSWORD=budibase COUCH_DB_USER=budibase -REDIS_PASSWORD="wfU2ufV*4#pxSyr&" -INTERNAL_API_KEY="pWCxHj8*A6bfEzTB" +REDIS_PASSWORD=budibase +INTERNAL_API_KEY=budibase # This section contains variables that do not need to be altered under normal circumstances APP_PORT=4002 @@ -25,11 +25,7 @@ SQL_MAX_ROWS= # An admin user can be automatically created initially if these are set BB_ADMIN_USER_EMAIL= BB_ADMIN_USER_PASSWORD= -SMTP_USER=mail@domroese.eu -SMTP_PASSWORD=aiVLNjATdm3CyLSCfjNhz4RPqpkvch -SMTP_HOST=pro1.mail.ovh.net -SMTP_PORT=587 -SMTP_FROM_ADDRESS + # A path that is watched for plugin bundles. Any bundles found are imported automatically/ PLUGINS_DIR= ROLLING_LOG_MAX_SIZE= diff --git a/budibase/docker-compose.yml b/budibase/docker-compose.yml index babf05f..ec24765 100644 --- a/budibase/docker-compose.yml +++ b/budibase/docker-compose.yml @@ -1,3 +1,7 @@ +version: "3" + +# optional ports are specified throughout for more advanced use cases. + services: app-service: restart: unless-stopped @@ -26,8 +30,8 @@ services: depends_on: - worker-service - redis-service - volumes: - - /home/soenke/docker-data/budibase/plugins:/plugins + # volumes: + # - /some/path/to/plugins:/plugins worker-service: restart: unless-stopped