Skip to content

Commit

Permalink
Adiciona volume para arquivo publico dos usuarios
Browse files Browse the repository at this point in the history
  • Loading branch information
lpirola committed Jul 5, 2024
1 parent 49ec59f commit 25313ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
# - ./api:/app
# - /app/var
- var-files:/app/var/private-files
- user-public-files:/app/mapas/public/files
# - ./api/frankenphp/Caddyfile:/etc/caddy/Caddyfile:ro
# - ./api/frankenphp/conf.d/app.dev.ini:/usr/local/etc/php/conf.d/app.dev.ini:ro
- caddy_data:/data
Expand Down Expand Up @@ -164,3 +165,4 @@ volumes:
sessions:
redis:
pgadmin:
user-public-files:

0 comments on commit 25313ea

Please sign in to comment.