mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-03 16:15:36 +00:00
21 lines
536 B
YAML
21 lines
536 B
YAML
services:
|
|
|
|
webapp:
|
|
image: ghcr.io/ocelot-social-community/ocelot-social/webapp-build:${OCELOT_VERSION:-latest}
|
|
build:
|
|
target: build
|
|
context: .
|
|
|
|
backend:
|
|
image: ghcr.io/ocelot-social-community/ocelot-social/backend-build:${OCELOT_VERSION:-latest}
|
|
build:
|
|
target: build
|
|
context: backend
|
|
|
|
maintenance:
|
|
image: ghcr.io/ocelot-social-community/ocelot-social/maintenance-build:${OCELOT_VERSION:-latest}
|
|
build:
|
|
target: build
|
|
context: .
|
|
dockerfile: ./maintenance/Dockerfile
|