Ocelot-Social/docker-compose.build.yml

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: ./Dockerfile.maintenance