mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-30 18:35:02 +02:00
@@ -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: {}
|
||||||
|
Reference in New Issue
Block a user