Restore storage volumes docker-compose-override (#701)

This commit is contained in:
maxiloud 2024-03-25 15:35:50 +01:00 committed by Slim Amamou
parent a4cec91036
commit 627d7c167e
17 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ services:
target: app_php_dev target: app_php_dev
volumes: volumes:
- ./:/srv/app - ./:/srv/app
- storage:/srv/app/public/storage
- ./docker/php/conf.d/app.dev.ini:/usr/local/etc/php/conf.d/app.dev.ini:ro - ./docker/php/conf.d/app.dev.ini:/usr/local/etc/php/conf.d/app.dev.ini:ro
# If you develop on Mac or Windows you can remove the vendor/ directory # If you develop on Mac or Windows you can remove the vendor/ directory
# from the bind-mount for better performance by enabling the next line: # from the bind-mount for better performance by enabling the next line:
@ -23,6 +24,7 @@ services:
caddy: caddy:
volumes: volumes:
- ./public:/srv/app/public:ro - ./public:/srv/app/public:ro
- storage:/srv/app/public/storage
- ./docker/caddy/Caddyfile:/etc/caddy/Caddyfile:ro - ./docker/caddy/Caddyfile:/etc/caddy/Caddyfile:ro
maildev: maildev:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB