Skip to content

Commit c3651a3

Browse files
committed
Update docker-compose.yml
1 parent fbbffb8 commit c3651a3

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

docker-compose.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)