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"