Skip to content

Commit 837e450

Browse files
committed
feat: imgproxy
1 parent 21d7381 commit 837e450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functional/site/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
- IMGPROXY_LOCAL_FILESYSTEM_ROOT=/app
66
working_dir: /app
77
ports:
8-
- 8080:8080
8+
- 8090:8080
99
volumes:
1010
- .:/app:ro
1111
tmpfs:

tests/functional/site/config/packages/yassg_databases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sigwin_yassg:
2-
imgproxy_url: http://localhost:8080
2+
imgproxy_url: http://localhost:8090
33
databases:
44
articles:
55
class: Sigwin\YASSG\Test\Functional\Site\Model\Article

0 commit comments

Comments
 (0)