mirror of
https://github.com/will-moss/isaiah.git
synced 2024-08-22 23:27:15 +03:00
12 lines
317 B
YAML
12 lines
317 B
YAML
version: '3'
|
|
services:
|
|
isaiah:
|
|
image: mosswill/isaiah:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
- my_docker_hosts:/docker_hosts
|
|
environment:
|
|
AUTHENTICATION_SECRET: "your-very-long-and-mysterious-secret"
|
|
MULTI_HOST_ENABLED: "TRUE"
|