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
|
- data:/app/data
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
@@ -22,6 +23,7 @@ services:
|
|||||||
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
build:
|
build:
|
||||||
@@ -41,6 +43,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
command: ["php", "bin/consume", "--daemon"]
|
command: ["php", "bin/consume", "--daemon"]
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user