Add example usage to README
This commit is contained in:
parent
b8bccf6413
commit
0b12d43240
@ -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"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user