diff --git a/LICENSE b/LICENSE index a512873..bfb7c26 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 simatec +Copyright (c) 2022 - 2023 simatec Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ec204bd..8eea5e4 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,11 @@ To leave the container on the console you have to execute 2x `exit`. ********************************************************************************************************** ## Changelog + +### 0.7.0 (15.01.2023) +* (simatec) New Volumes added +* (simatec) Fix Installer + ### 0.6.0 (18.12.2022) * (simatec) Update Installer * (simatec) update.sh added @@ -177,7 +182,7 @@ To leave the container on the console you have to execute 2x `exit`. ## License MIT License -Copyright (c) 2022 simatec +Copyright (c) 2022 - 2023 simatec Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/config/piler-default.yml b/config/piler-default.yml index 07a263c..58a2a71 100644 --- a/config/piler-default.yml +++ b/config/piler-default.yml @@ -48,15 +48,17 @@ services: - MYSQL_HOSTNAME=mysql - PILER_HOSTNAME=${PILER_DOMAIN} - MEMCACHED_HOST=memcached - - TZ="Europe/Berlin" + - TZ=${TIME_ZONE} ports: - "25:25" - "80:80" - "443:443" volumes: - piler_etc:/etc/piler - - piler_www:/var/piler/www - - piler_var:/var/piler + - piler_var_store:/var/piler/store + - piler_var_manticore:/var/piler/manticore + - piler_var_imap:/var/piler/imap + - piler_var_stat:/var/piler/stat - piler_cron:/var/spool/cron/crontabs - /etc/localtime:/etc/localtime:ro healthcheck: @@ -79,6 +81,8 @@ services: volumes: db_data: piler_etc: - piler_www: - piler_var: + piler_var_store: + piler_var_manticore: + piler_var_imap: + piler_var_stat: piler_cron: diff --git a/config/piler-ssl.yml b/config/piler-ssl.yml index 36552bb..62d810f 100644 --- a/config/piler-ssl.yml +++ b/config/piler-ssl.yml @@ -71,7 +71,7 @@ services: - MYSQL_HOSTNAME=mysql - PILER_HOSTNAME=${PILER_DOMAIN} - MEMCACHED_HOST=memcached - - TZ="Europe/Berlin" + - TZ=${TIME_ZONE} - VIRTUAL_HOST=${PILER_DOMAIN} - LETSENCRYPT_HOST=${PILER_DOMAIN} - LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL} @@ -79,8 +79,10 @@ services: - "25:25" volumes: - piler_etc:/etc/piler - - piler_www:/var/piler/www - - piler_var:/var/piler + - piler_var_store:/var/piler/store + - piler_var_manticore:/var/piler/manticore + - piler_var_imap:/var/piler/imap + - piler_var_stat:/var/piler/stat - piler_cron:/var/spool/cron/crontabs - /etc/localtime:/etc/localtime:ro healthcheck: @@ -106,8 +108,10 @@ networks: name: nginx-proxy volumes: - db_data: + b_data: piler_etc: - piler_www: - piler_var: + piler_var_store: + piler_var_manticore: + piler_var_imap: + piler_var_stat: piler_cron: