update docker compose

This commit is contained in:
2026-05-08 21:32:52 +00:00
parent 5e10af882b
commit 4b15ccc09e
2 changed files with 8 additions and 5 deletions
+1
View File
@@ -2,3 +2,4 @@
stitch_the_meme_protocol/ stitch_the_meme_protocol/
data/ data/
node_modules/ node_modules/
.env
+7 -5
View File
@@ -17,9 +17,11 @@ services:
MAX_IMAGE_DIMENSION: ${MAX_IMAGE_DIMENSION:-1600} MAX_IMAGE_DIMENSION: ${MAX_IMAGE_DIMENSION:-1600}
WEBP_QUALITY: ${WEBP_QUALITY:-85} WEBP_QUALITY: ${WEBP_QUALITY:-85}
volumes: volumes:
- meme_protocol_data:/data - ./data:/data
ports: networks:
- "127.0.0.1:18080:8080" npm_proxy:
ipv4_address: http://192.168.99.21
volumes: networks:
meme_protocol_data: npm_proxy:
external: true