Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Jan 15, 2024
1 parent cb08c2d commit 12286cb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docker-compose.craft-cloud.bref.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ddev-generated
services:
bref:
craft-cloud-bref:
build:
context: ./craft-cloud/bref
container_name: ddev-${DDEV_PROJECT}-bref
Expand All @@ -24,4 +24,4 @@ services:
volumes:
- .:/mnt/ddev_config
- ${DDEV_APPROOT}:/var/task:ro
- ./craft-cloud/php:/var/task/php
- ./craft-cloud/bref/php:/var/task/php
6 changes: 3 additions & 3 deletions docker-compose.craft-cloud.minio.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ddev-generated
# MinIO addon for DDEV - Base file
services:
minio:
craft-cloud-minio:
container_name: ddev-${DDEV_SITENAME}-minio
image: minio/minio:latest
hostname: ddev-${DDEV_SITENAME}-minio
Expand All @@ -21,7 +21,7 @@ services:
--address
:10101
volumes:
- "minio:/data"
- "craft-cloud-minio:/data"
- ".:/mnt/ddev_config"
- ddev-global-cache:/mnt/ddev-global-cache
- "./craft-cloud/minio/mc-config.json:/root/.mc/config.json"
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
retries: 1

volumes:
minio:
craft-cloud-minio:
name: ddev-${DDEV_SITENAME}-minio
labels:
com.ddev.site-name: ${DDEV_SITENAME}
7 changes: 3 additions & 4 deletions docker-compose.craft-cloud.redis.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#ddev-generated
services:
redis:
craft-cloud-redis:
container_name: ddev-${DDEV_SITENAME}-redis
image: redis:7
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: $DDEV_APPROOT
volumes:
- ".:/mnt/ddev_config"
- "redis:/data"

- "craft-cloud-redis:/data"
volumes:
redis:
craft-cloud-redis:
2 changes: 2 additions & 0 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ project_files:
- docker-compose.craft-cloud.minio.yaml
- docker-compose.craft-cloud.redis.yaml
- craft-cloud
- commands/craft-cloud-minio
- commands/craft-cloud-redis

# List of files and directories that are copied into the global .ddev directory
# DDEV environment variables can be interpolated into these filenames
Expand Down

0 comments on commit 12286cb

Please sign in to comment.