Skip to content
Snippets Groups Projects
Commit a853307f authored by Daleth Darko's avatar Daleth Darko Committed by Nick Busey
Browse files

Add ArchiSteamFarm Role

parent 0fa61ac6
No related branches found
No related tags found
No related merge requests found
Pipeline #
# Archi Steam Farm
[Archi Steam Farm](https://github.com/JustArchiNET/ArchiSteamFarm)
---
full_service_name: archisteamfarm
description: ArchiSteamFarm
category: misc
version: latest
port: 1242
---
- name: Setup {{service_item}}
include: includes/setup.yml
- name: Start {{service_item}}
include: includes/start.yml
---
version: '3'
networks:
traefik_network:
external:
name: homelabos_traefik
services:
archisteamfarm:
image: justarchi/archisteamfarm:{{ archisteamfarm.version }}
networks:
- traefik_network
restart: unless-stopped
volumes:
- "{{ volumes_root }}/archisteamfarm/config:/app/config"
{% include './labels.j2' %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment