Merge branch 'main' of https://git.jakach.ch/jakach/jakach-logging
Deploy / deploy (push) Successful in 12s
Deploy / deploy (push) Successful in 12s
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
- data:/app/data
|
||||
depends_on:
|
||||
- redis
|
||||
restart: unless-stopped
|
||||
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
@@ -22,6 +23,7 @@ services:
|
||||
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
depends_on:
|
||||
- api
|
||||
restart: unless-stopped
|
||||
|
||||
worker:
|
||||
build:
|
||||
@@ -41,6 +43,7 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
command: ["php", "bin/consume", "--daemon"]
|
||||
restart: unless-stopped
|
||||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
|
||||
Reference in New Issue
Block a user