Ocelot-Social/docker-compose.base.yml

21 lines
536 B
YAML

services:
webapp:
image: ghcr.io/ocelot-social-community/ocelot-social/webapp-base:${OCELOT_VERSION:-latest}
build:
target: base
context: webapp
backend:
image: ghcr.io/ocelot-social-community/ocelot-social/backend-base:${OCELOT_VERSION:-latest}
build:
target: base
context: backend
maintenance:
image: ghcr.io/ocelot-social-community/ocelot-social/maintenance-base:${OCELOT_VERSION:-latest}
build:
target: build
context: .
dockerfile: ./maintenance/Dockerfile