mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 05:02:52 +02:00
11 lines
328 B
YAML
11 lines
328 B
YAML
services:
|
|
perverse:
|
|
build:
|
|
context: https://github.com/reonokiy/perverse.git
|
|
dockerfile: Dockerfile
|
|
container_name: perverse
|
|
restart: unless-stopped
|
|
environment:
|
|
LOG_LEVEL: ${LOG_LEVEL:-INFO}
|
|
MASTODON_INSTANCE: ${MASTODON_INSTANCE}
|
|
MASTODON_ACCESS_TOKEN: ${MASTODON_ACCESS_TOKEN}
|