mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 16:34:45 +00:00
10 lines
150 B
YAML
10 lines
150 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
webapp:
|
|
build:
|
|
context: .
|
|
target: build-and-test
|
|
environment:
|
|
- BACKEND_URL=http://backend:4123
|