more detail for profile creation
This commit is contained in:
parent
16a503e411
commit
1f80085ed0
@ -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:
|
Loading…
x
Reference in New Issue
Block a user