Improved docker settings

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2022-12-20 16:32:41 +01:00
parent 9e5aa124e5
commit b072f4bd94
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ RUN apt-get update && \
crontab -u $PILER_USER /usr/share/piler/piler.cron
VOLUME ["/etc/piler"]
VOLUME ["/var/piler"]
VOLUME ["/var/piler/store"]
EXPOSE 25 80 443

View File

@ -35,7 +35,7 @@ services:
command: -m 64
piler:
image: piler:1.4.1
image: sutoj/piler:1.4.2
container_name: piler
init: true
environment:
@ -51,7 +51,7 @@ services:
- "443:443"
volumes:
- piler_etc:/etc/piler
- piler_var:/var/piler
- piler_var_store:/var/piler/store
healthcheck:
test: curl -s smtp://localhost/
interval: "60s"
@ -72,4 +72,4 @@ services:
volumes:
db_data: {}
piler_etc: {}
piler_var: {}
piler_var_store: {}