Skip to content

Commit

Permalink
Corrige comando do pcache na infra
Browse files Browse the repository at this point in the history
  • Loading branch information
lpirola committed Jul 2, 2024
1 parent 96bbf9a commit 0153607
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
recreate-pending-pcache:
extends:
service: php
command: sh ./mapas/docker/recreate-pending-pcache.sh
command: sh ./mapas/docker/recreate-pending-pcache-cron.sh
depends_on:
- php
volumes:
Expand All @@ -67,15 +67,15 @@ services:
# - ./api:/app
- var-files:/app/var

db-update:
extends:
service: php
command: php /app/mapas/src/tools/apply-updates.php
depends_on:
- database
volumes:
# - ./api:/app
- var-files:/app/var
# db-update:
# extends:
# service: php
# command: php /app/mapas/src/tools/apply-updates.php
# depends_on:
# - database
# volumes:
# # - ./api:/app
# - var-files:/app/var

redis:
image: redis:6
Expand Down

0 comments on commit 0153607

Please sign in to comment.