all repos — albus @ e8a05b5fc1f191a9c57c6d985dae93e65c150baf

docker-compose.yaml (view raw)

1services:
2  albus:
3    container_name: albus
4    image: albus
5    build:
6      context: .
7    env_file: .env
8    restart: unless-stopped