Form Submit fixed
This commit is contained in:
@@ -23,6 +23,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
environment:
|
environment:
|
||||||
|
API_BASE_PUBLIC: http://localhost:3000/api
|
||||||
|
API_BASE_INTERNAL: http://backend:3000/api
|
||||||
GRAPHQL_ENDPOINT_PUBLIC: http://localhost:3000/graphql
|
GRAPHQL_ENDPOINT_PUBLIC: http://localhost:3000/graphql
|
||||||
GRAPHQL_ENDPOINT_INTERNAL: http://backend:3000/graphql
|
GRAPHQL_ENDPOINT_INTERNAL: http://backend:3000/graphql
|
||||||
database:
|
database:
|
||||||
|
|||||||
Reference in New Issue
Block a user