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 ⛽🔥🤤

17 lines (15 loc) 285 B
--- version: '3.8' services: code-server: image: linuxserver/code-server container_name: CodeServer environment: PUID: 1000 PGID: 1000 TZ: America/New_York volumes: - ./config:/config ports: - 28814:8443 restart: unless-stopped