mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
* Replace BACKEND_URL with GRAPHQL_URI environment (DRY) * Trigger rollout deployments by a simple label update * DRY configmap and secret configuration
11 lines
172 B
YAML
11 lines
172 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
webapp:
|
|
build:
|
|
context: .
|
|
target: build-and-test
|
|
environment:
|
|
- GRAPHQL_URI=http://backend:4123
|
|
- NODE_ENV=test
|