Skip to content

Commit

Permalink
feat: imgproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi committed Dec 11, 2023
1 parent 837e450 commit 99c32aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/init/basic/compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
imgproxy:
image: darthsim/imgproxy:v3
environment:
- IMGPROXY_LOCAL_FILESYSTEM_ROOT=/app
working_dir: /app
ports:
- 8090:8080
volumes:
- .:/app:ro
tmpfs:
- /tmp

0 comments on commit 99c32aa

Please sign in to comment.