|
@@ -0,0 +1,13 @@
|
|
|
|
+services:
|
|
|
|
+
|
|
|
|
+ libremdb:
|
|
|
|
+ container_name: libremdb
|
|
|
|
+ image: ghcr.io/zyachel/libremdb:latest
|
|
|
|
+ restart: unless-stopped
|
|
|
|
+ ports:
|
|
|
|
+ - "127.0.0.1:3000:3000" # Replace with "3000:3000" if you don't use a reverse proxy
|
|
|
|
+ environment:
|
|
|
|
+ - "NODE_ENV=production"
|
|
|
|
+ - "PORT=3000"
|
|
|
|
+ - "IMAGE_QUALITY=500"
|
|
|
|
+ - "CACHE_PERIOD=1h"
|