Skip to content

Commit

Permalink
Tweak Compose file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Dec 23, 2024
1 parent de9a007 commit 0bc346d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ services:
env_file: ".env.mysql"
volumes:
- "mysql11_data:/var/lib/mysql"
redis:
image: "redis:7.2-alpine"
ports:
- "6379:6379"
environment:
TZ: "Australia/Perth"
flatbacks:
image: "ghcr.io/dbca-wa/flatbacks-website"
env_file: ".env.flatbacks"
Expand All @@ -17,12 +23,6 @@ services:
- "flatbacks_files:/opt/drupal/web/sites/default/files"
- "${PWD}/settings.php:/opt/drupal/web/sites/default/settings.php:ro"
- "${PWD}/php-config.ini:/usr/local/etc/php/conf.d/php-config.ini:ro"
redis:
image: "redis:7.2-alpine"
ports:
- "6379:6379"
environment:
TZ: "Australia/Perth"

volumes:
mysql11_data:
Expand Down

0 comments on commit 0bc346d

Please sign in to comment.