Agregando booru a stacks

This commit is contained in:
2026-03-28 00:49:56 -03:00
parent 57f8ff615a
commit bf0556cb92
3 changed files with 91 additions and 0 deletions

23
stacks/booru/compose.yml Normal file
View File

@@ -0,0 +1,23 @@
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"