add the image to the compose stack

This commit is contained in:
lebaudantoine
2024-10-20 23:16:04 +02:00
parent c7c252f9a1
commit 8f386402e8
+10
View File
@@ -134,6 +134,16 @@ services:
ports:
- "3000:3000"
blocknote-converter:
user: "${DOCKER_USER:-1000}"
build:
context: .
dockerfile: ./src/blocknote/Dockerfile
target: production
image: blocknote:blocknote-production
ports:
- "8081:8081"
dockerize:
image: jwilder/dockerize