mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
parent
b072f4bd94
commit
05c7158ed0
@ -35,6 +35,7 @@ RUN apt-get update && \
|
|||||||
|
|
||||||
VOLUME ["/etc/piler"]
|
VOLUME ["/etc/piler"]
|
||||||
VOLUME ["/var/piler/store"]
|
VOLUME ["/var/piler/store"]
|
||||||
|
VOLUME ["/var/piler/manticore"]
|
||||||
|
|
||||||
EXPOSE 25 80 443
|
EXPOSE 25 80 443
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- piler_etc:/etc/piler
|
- piler_etc:/etc/piler
|
||||||
- piler_var_store:/var/piler/store
|
- piler_var_store:/var/piler/store
|
||||||
|
- piler_var_manticore:/var/piler/manticore
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -s smtp://localhost/
|
test: curl -s smtp://localhost/
|
||||||
interval: "60s"
|
interval: "60s"
|
||||||
@ -73,3 +74,4 @@ volumes:
|
|||||||
db_data: {}
|
db_data: {}
|
||||||
piler_etc: {}
|
piler_etc: {}
|
||||||
piler_var_store: {}
|
piler_var_store: {}
|
||||||
|
piler_var_manticore: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user