Files
signal_encryption_poc/docker-compose.yml
Atridad Lahiji a665af0c4c
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 4m38s
nope
2025-06-16 10:56:33 -06:00

9 lines
153 B
YAML

services:
app:
image: ${IMAGE}
ports:
- "${APP_PORT:-3000}:3000"
environment:
NODE_ENV: production
restart: unless-stopped