Update docker-compose.yaml

This commit is contained in:
Nicolas 2024-10-03 18:18:02 -03:00
parent 497ac3328b
commit 50c59b6de9

View File

@ -45,6 +45,9 @@ services:
api:
<<: *common-service
environment:
<<: *common-service.environment
FLY_PROCESS_GROUP: app
depends_on:
- redis
- playwright-service
@ -54,6 +57,9 @@ services:
worker:
<<: *common-service
environment:
<<: *common-service.environment
FLY_PROCESS_GROUP: worker
depends_on:
- redis
- playwright-service