All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 4m38s
9 lines
153 B
YAML
9 lines
153 B
YAML
services:
|
|
app:
|
|
image: ${IMAGE}
|
|
ports:
|
|
- "${APP_PORT:-3000}:3000"
|
|
environment:
|
|
NODE_ENV: production
|
|
restart: unless-stopped
|