UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

16 lines (15 loc) 282 B
--- version: '3.8' services: thelounge: image: linuxserver/thelounge container_name: TheLounge environment: - PUID=1000 - PGID=1000 - TZ=America/New_York volumes: - ./config:/config ports: - 26635:9000 restart: unless-stopped