more detail for profile creation
This commit is contained in:
parent
16a503e411
commit
1f80085ed0
@ -25,6 +25,15 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "../backoffice/web:/usr/share/nginx/html:ro"
|
- "../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:
|
volumes:
|
||||||
app-db-data:
|
app-db-data:
|
Loading…
x
Reference in New Issue
Block a user