🐞 fix: Reorder docker-compose.yml and remove unused mounts

This commit is contained in:
Keith Solomon
2025-07-28 12:04:58 -05:00
parent fbc40bbf9b
commit be91357b6f

View File

@@ -4,11 +4,11 @@ services:
image: promptbase
restart: unless-stopped
ports:
- "4321:4321"
volumes:
# - ./app:/app
# - ./app/node_modules:/app/node_modules
- ./.env:/app/.env:ro # Bind-mount .env as read-only
environment:
- NODE_ENV=production
ports:
- "4321:4321"
volumes:
- ./.env:/app/.env:ro # Bind-mount .env as read-only