more detail for profile creation

This commit is contained in:
Valentin CZERYBA 2025-02-02 18:25:16 +01:00
parent 16a503e411
commit 1f80085ed0

View File

@ -25,6 +25,15 @@ services:
volumes:
- "../backoffice/web:/usr/share/nginx/html:ro"
client:
depends_on:
- backend
image: nginx:1.23.0
ports:
- "8085:80"
volumes:
- "../client:/usr/share/nginx/html:ro"
volumes:
app-db-data: