mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update docker-compose.yml
This commit is contained in:
parent
6ef6841e5b
commit
43e8aa7716
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
|
@ -51,7 +51,7 @@ services:
|
||||||
- internal
|
- internal
|
||||||
command: gosu www-data php artisan horizon
|
command: gosu www-data php artisan horizon
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
## DB and Cache
|
## DB and Cache
|
||||||
|
|
Loading…
Reference in a new issue