mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:21: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
|
crontab -u $PILER_USER /usr/share/piler/piler.cron
|
||||||
|
|
||||||
VOLUME ["/etc/piler"]
|
VOLUME ["/etc/piler"]
|
||||||
VOLUME ["/var/piler"]
|
VOLUME ["/var/piler/store"]
|
||||||
|
|
||||||
EXPOSE 25 80 443
|
EXPOSE 25 80 443
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ services:
|
|||||||
command: -m 64
|
command: -m 64
|
||||||
|
|
||||||
piler:
|
piler:
|
||||||
image: piler:1.4.1
|
image: sutoj/piler:1.4.2
|
||||||
container_name: piler
|
container_name: piler
|
||||||
init: true
|
init: true
|
||||||
environment:
|
environment:
|
||||||
@ -51,7 +51,7 @@ services:
|
|||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- piler_etc:/etc/piler
|
- piler_etc:/etc/piler
|
||||||
- piler_var:/var/piler
|
- piler_var_store:/var/piler/store
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -s smtp://localhost/
|
test: curl -s smtp://localhost/
|
||||||
interval: "60s"
|
interval: "60s"
|
||||||
@ -72,4 +72,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
db_data: {}
|
db_data: {}
|
||||||
piler_etc: {}
|
piler_etc: {}
|
||||||
piler_var: {}
|
piler_var_store: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user