nope
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 4m38s
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 4m38s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user