Current git master -> here
version: '3'
services:
you_up:
container_name: status
build:
context: https://github.com/CUB3D/YouUp.git
ports:
- "8102:8102"
environment:
RUST_LOG: info
DATABASE_URL: "<TODO>"
HISTORY_SIZE: 30
restart: unless-stopped