Skip to content

Commit 9ba1f0d

Browse files
committed
Use official image per default
1 parent a618220 commit 9ba1f0d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
version: '3'
22
services:
33
webhook:
4-
build:
5-
dockerfile: Dockerfile
6-
context: ./
4+
image: "fredsted/webhook.site"
5+
# Enable build for development:
6+
# build:
7+
# dockerfile: Dockerfile
8+
# context: ./
79
command: php artisan queue:work --daemon --tries=3 --timeout=10
810
ports:
911
- "8084:80"

0 commit comments

Comments
 (0)