File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -185,28 +185,6 @@ services:
185185 - " docker-volume-backup.stop-during-backup=true"
186186 command : " redis-server ${REDIS_CONF_PREFIX}/redis/redis.conf"
187187
188- varnish :
189- image : ' varnish:stable'
190- container_name : varnish
191- networks :
192- - backend
193- volumes :
194- - type : bind
195- source : ./varnish/default.vcl
196- target : ' ${VARNISH_CONF_PREFIX}/default.vcl'
197- hostname : varnish
198- tmpfs :
199- - /var/lib/varnish:exec
200- restart : unless-stopped
201- ports :
202- - ' 8080:80'
203- environment :
204- VARNISH_SIZE : ' ${VARNISH_SIZE}'
205- TZ : ' ${LOCAL_TIMEZONE}'
206- labels :
207- - " docker-volume-backup.stop-during-backup=true"
208- command : " -a http=:8080,HTTP -p default_ttl=3600"
209-
210188 backup :
211189 image : ' futurice/docker-volume-backup'
212190 container_name : backup
You can’t perform that action at this time.
0 commit comments