Agregando booru a stacks
This commit is contained in:
23
stacks/booru/compose.yml
Normal file
23
stacks/booru/compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user