mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:31:59 +01:00
Improved docker settings
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
9e5aa124e5
commit
b072f4bd94
@ -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
|
||||
|
||||
|
@ -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: {}
|
||||
|
Loading…
Reference in New Issue
Block a user