varnish add
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
build: ./deploy/app
|
||||
container_name: zbiorka-app
|
||||
#ports:
|
||||
# - "${APP_PORT:-8080}:${APP_PORT}"
|
||||
@@ -19,7 +19,8 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
varnish:
|
||||
build: ./deploy/varnish
|
||||
#build: ./deploy/varnish
|
||||
image: varnish:latest
|
||||
container_name: zbiorka-varnish
|
||||
depends_on:
|
||||
app:
|
||||
|
Reference in New Issue
Block a user