added .env
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 27s

This commit is contained in:
gitea 2025-04-10 19:03:13 +00:00
parent 449d55ce1e
commit 9065e2316c
3 changed files with 9 additions and 2 deletions

8
.env Normal file
View File

@ -0,0 +1,8 @@
ODOO_VERSION=13.0
CONTAINER_NAME_EXTENSION=13_dev
ODOO_PORT=9013
DB_HOST=hobbyhimmel_odoo_13_dev_db
DB_PORT=5432
DB_USER=odoo
DB_PASSWORD=odoo
DB_NAME=hobbyhimmel

View File

@ -1,4 +1,4 @@
name: odoo-backup-restore
name: odoo-restore-open_workshop-install
on:
schedule:
- cron: "21 5 * * *" # Dieser Job wird täglich um 05:21 Uhr UTC ausgeführt.

1
.gitignore vendored
View File

@ -121,7 +121,6 @@ celerybeat.pid
*.sage.py
# Environments
.env
.venv
env/
venv/