Correction docker-compose
This commit is contained in:
parent
e094e9a0a4
commit
feaf837b7a
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
version: '3.5'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mobilizon:
|
mobilizon:
|
||||||
image: framasoft/mobilizon:{{ docker_mobilizon_version }}
|
image: framasoft/mobilizon:{{ docker_mobilizon_version }}
|
||||||
|
@ -26,7 +24,6 @@ services:
|
||||||
{% if docker_mobilizon_custom_config is true %}
|
{% if docker_mobilizon_custom_config is true %}
|
||||||
- ./config.exs:/etc/mobilizon/config.exs:ro
|
- ./config.exs:/etc/mobilizon/config.exs:ro
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# - ${PWD}/GeoLite2-City.mmdb:/var/lib/mobilizon/geo_db/GeoLite2-City.mmdb
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=traefik"
|
- "traefik.docker.network=traefik"
|
||||||
|
|
Loading…
Reference in a new issue