Commit Graph

61 Commits

Author SHA1 Message Date
Mathieu POTIER
32e20144ee replicate change on each build image 2024-09-20 17:07:46 +02:00
Laurent Destailleur
0f3383578b Fix load of demo for develop 2024-09-13 16:55:03 +02:00
Laurent Destailleur
f483c7fdf7 Debug load init 2024-09-13 16:29:26 +02:00
Laurent Destailleur
f5e5c885f2 Fix load demo 2024-09-13 15:47:52 +02:00
Laurent Destailleur
7391a344d4 Fix upgrade using upgrade.unlock. Add more logs. 2024-09-13 13:31:15 +02:00
Laurent Destailleur
a36e24e7c1 Fix bad test on permission 2024-09-13 11:25:56 +02:00
Laurent Destailleur
ce0cfef9a9 Fix use of version to find the demo init file 2024-09-13 04:00:51 +02:00
Laurent Destailleur
c97f91a917 Update email for feedback. 2024-09-13 03:52:09 +02:00
Laurent Destailleur
514caf7c69 NEW Test if init demo file download fails. Test also if db exists.
Fix init demo for develop version.
2024-09-12 21:41:28 +02:00
Laurent Destailleur
e30ea59710 Fix load of dump.
The test use port 81 instead of 80.
2024-09-10 15:13:37 +02:00
Laurent Destailleur
92df31b1ba Fix load 2024-09-09 17:25:46 +02:00
Laurent Destailleur
aadadb0762 More code comment. Rename /home/dolibarr_data into
/home/dolibarr_documents
2024-09-08 21:29:48 +02:00
Laurent Destailleur
40f4d2efc3 Update image to fix dump load 2024-09-08 21:03:10 +02:00
Laurent Destailleur
586c1ac23d Fix logs concat 2024-09-07 20:04:51 +02:00
Laurent Destailleur
9275eb805a Rebuild image directories 2024-09-06 23:28:53 +02:00
Laurent Destailleur
8b9a1aa7be Fix get of data file 2024-09-04 15:20:27 +02:00
Laurent Destailleur
67bcd10e5b Save the load of dump load into a log file 2024-09-03 19:29:09 +02:00
Aloïs Micard
156e5cb402 Remove wget dependency 2024-08-20 08:51:26 +02:00
Laurent Destailleur
680f1d44fc Fix try another solution to provide feature DOLI_INIT_DEMO 2024-08-18 19:01:34 +02:00
Laurent Destailleur
e0786cfc87 More logs. Include demo data. 2024-08-18 18:10:46 +02:00
Laurent Destailleur
3d26e308d2 NEW Make setup of volumes easier - Add option DOLI_INIT_DEMO 2024-08-17 15:42:13 +02:00
Laurent Destailleur
0e1e66ab9d FIX The data files llx_accounting_account_* must not be loaded at
install.
2024-08-15 20:08:42 +02:00
benvia
cab752f9c3 Refactoring of function executing scripts during initialization or container starting (#160)
* Refactoring of function running scripts

* Update readme files

* Update images with new docker-run script

---------

Co-authored-by: Benoit Vianin <benoit.vianin@pixeleez.ch>
2024-07-16 22:35:58 +02:00
TuxGasy
af897f4325 Fix typo 2024-05-18 03:30:01 +02:00
Vaadasch
b7492adef3 Active custom modules - update 2024-05-18 01:00:45 +02:00
Vaadasch
4326b95da9 Add auto-enable modules even custom 2024-05-16 17:23:56 +02:00
Vaadasch
bf68e31521 Add customs scripts via volume mount (#150)
* docker-init.d

* Custom scripts in volume docker-init.d

* FIX Custom scripts in volume docker-init.d

---------

Co-authored-by: Vaadasch <me@local.here>
2024-04-29 18:57:56 +02:00
TuxGasy
a76884b9d9 Minor code fix 2024-04-27 16:38:52 +02:00
Vaadasch
3d9cbfc936 Renaming INIT_COMPANY_* to DOLI_COMPANY_* 2024-04-27 16:28:35 +02:00
Vaadasch
56228859a9 Run of update.sh 2024-04-27 15:17:46 +02:00
TuxGasy
edc6e87909 Run update.sh script 2024-03-28 19:57:39 +01:00
Adrian Bach
2b5667bc1b add multiple new Dolibarr versions (#139)
19.0.0
18.0.5
17.0.4
2024-02-13 21:34:57 +01:00
Alban Durrheimer
6956434702 Fix dolibarr_main_instance_unique_id (#132) 2023-09-08 14:02:31 +02:00
Alban Durrheimer
1c5aec0f98 Add DOLI_INSTANCE_UNIQUE_ID env variable (#130) 2023-09-07 18:45:00 +02:00
TuxGasy
caf7fbdd48 Allow custom php allow_url_fopen conf 2023-07-12 21:21:33 +02:00
Adrian Bach
437df7c5c8 Address security concerns (#126)
* fix: address some security concerns

* feat: add new DOLI_PROD env variable
2023-06-28 21:14:46 +02:00
TuxGasy
4980d8fbfd Merge branch 'master' of github.com:tuxgasy/docker-dolibarr 2023-05-13 10:33:04 +02:00
TuxGasy
6de8618a8c Fix #100 #119 enable user module 2023-05-13 10:24:58 +02:00
Florent Poinsaut
f3565220ce Add secrets for cron credentials (#98)
* Add secrets for cron credentials

* Add secrets for cron credentials for all images

* Set CRON var to empty by default as noted in the README + Update README.template with these new secrets.
2023-04-19 10:42:37 +02:00
Florent Poinsaut
90a4088ce9 Securize Apache config (#118) 2023-04-18 15:53:37 +02:00
vincowl
9c43451d2b run update.sh 2023-04-03 17:13:02 +02:00
POTIER Mathieu
ad6d7dae0c 16.0.1 release (#102) 2022-10-19 16:53:55 +02:00
Sébastien Prud'homme
0c96fea4bf Redirect cron script outputs to container outputs (#96)
* Redirect cron script outputs to container outputs

* Revert cron frequency to 5 minutes
2022-09-24 14:58:40 +02:00
Sébastien Prud'homme
a416b2879a Configure full path to mysqldump command (#94)
* Configure full path to mysqldump command

* Fix entity
2022-09-06 12:23:44 +02:00
Sébastien Prud'homme
d949611696 Add timeout when testing connection to database (#93) 2022-08-31 17:28:58 +02:00
TuxGasy
4fa2e0cb91 Fix Dockerfile 2022-06-26 21:37:55 +02:00
Garcia MICHEL
f389a0b5c3 Add more arch support (#87)
* Update travis with arch arm64

* Use buildx plugin to build multi image archi
2022-06-26 21:28:41 +02:00
Garcia MICHEL
7980a9fd94 Add cron as sidecar container (#86)
* Add cron as sidecar container

* Fix cronjob
2022-06-26 13:00:41 +02:00
Edoardo Zanoni
d2e3605ccb Feature/add postgres support (#80)
* Add v15

* Add initial support to postgres

* [78] Add compose example for postgres installation

* [78] Fix docs: moved upgrade lines under proper section

* [78] Add postgres upgrade instructions

* [gh-78] Improve conf.php management with pgsql
2022-03-07 19:13:15 +01:00
POTIER Mathieu
ce9be42ada Add volumes for custom plugins installation (#71) 2021-11-05 13:07:53 +01:00