build: update configuration files

This commit is contained in:
Oliver Davies 2023-04-07 01:22:16 +01:00
parent ff81309464
commit c1d51392b4
2 changed files with 3 additions and 2 deletions

2
.hadolint.yaml Normal file
View file

@ -0,0 +1,2 @@
ignore:
- DL3059

View file

@ -29,8 +29,7 @@ x-app: &default-app
services: services:
web: web:
<<: *default-app <<: [*default-proxy, *default-app]
<<: *default-proxy
build: build:
context: . context: .
target: web target: web