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:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ${IMAGE}
|
image: ${IMAGE}
|
||||||
@ -7,6 +5,4 @@ services:
|
|||||||
- "${APP_PORT:-3000}:3000"
|
- "${APP_PORT:-3000}:3000"
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
volumes:
|
|
||||||
- ${ROOT_DIR}:/app/data
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user