all repos — albus-go @ 1bfa2838c5f0158361bf532c8766cbef2d4efb23

docker-compose.yaml (view raw)

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