Files
server/stacks/booru/compose.yml
2026-03-28 00:49:56 -03:00

24 lines
379 B
YAML

x-app: &app
image: git.skrd.fun/skrd/booru-archive:latest
env_file:
- .env
restart: unless-stopped
services:
app:
<<: *app
environment:
CONTAINER_ROLE: web
queue:
<<: *app
environment:
CONTAINER_ROLE: queue
RUN_MIGRATIONS: "0"
scheduler:
<<: *app
environment:
CONTAINER_ROLE: scheduler
RUN_MIGRATIONS: "0"