diff --git a/resources/init/basic/compose.yaml b/resources/init/basic/compose.yaml new file mode 100644 index 0000000..c09c1cc --- /dev/null +++ b/resources/init/basic/compose.yaml @@ -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