mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +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
|