Skip to content

Commit dcf8a21

Browse files
committed
add example Procfile
1 parent 98c4dad commit dcf8a21

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Procfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
web: node index.js
2+
worker: node index.js

docker-compose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ services:
88
image: app:latest
99
container_name: "app"
1010
#command: tail -f /dev/null
11+
appbuild:
12+
image: ghcr.io/kubero-dev/template-nodeapp:main
13+
container_name: "appbuild"
14+
command: tail -f /dev/null
1115
node:
1216
container_name: "node"
1317
image: node:17-alpine

0 commit comments

Comments
 (0)