nope
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 4m38s

This commit is contained in:
2025-06-16 10:56:33 -06:00
parent 81d8091354
commit a665af0c4c

View File

@ -1,5 +1,3 @@
version: "3.8"
services:
app:
image: ${IMAGE}
@ -7,6 +5,4 @@ services:
- "${APP_PORT:-3000}:3000"
environment:
NODE_ENV: production
volumes:
- ${ROOT_DIR}:/app/data
restart: unless-stopped