update docker compose
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
stitch_the_meme_protocol/
|
stitch_the_meme_protocol/
|
||||||
data/
|
data/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
.env
|
||||||
|
|||||||
+7
-5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user