mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
18 lines
343 B
YAML
18 lines
343 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
webapp:
|
|
environment:
|
|
- "CI=${CI}"
|
|
image: schoolsinmotion/webapp:build-and-test
|
|
build:
|
|
context: webapp
|
|
target: build-and-test
|
|
backend:
|
|
environment:
|
|
- "CI=${CI}"
|
|
image: schoolsinmotion/backend:build-and-test
|
|
build:
|
|
context: backend
|
|
target: build-and-test
|