Add example usage to README

This commit is contained in:
Corbin Bartsch 2023-10-28 20:38:48 -04:00
parent b8bccf6413
commit 0b12d43240
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

View File

@ -63,6 +63,9 @@ containers:
mem_limit: 512m mem_limit: 512m
volumes: volumes:
- "{{ appdata_path }}/unifi:{{ container_config_path }}" - "{{ appdata_path }}/unifi:{{ container_config_path }}"
depends_on:
- service: mongodb
condition: service_started
include_global_env_vars: true include_global_env_vars: true
restart: "{{ unless_stopped }}" restart: "{{ unless_stopped }}"
- service_name: quassel - service_name: quassel
@ -75,4 +78,4 @@ containers:
mem_limit: 128m mem_limit: 128m
ports: ports:
- "4242:4242" - "4242:4242"
``` ```