|
|
|
@ -1,8 +1,7 @@
|
|
|
|
|
version: "3"
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
mobilizon:
|
|
|
|
|
image: framasoft/mobilizon:4.1.0
|
|
|
|
|
image: kaihuri/mobilizon:5.1.4
|
|
|
|
|
mem_limit: 512m
|
|
|
|
|
restart: always
|
|
|
|
|
env_file:
|
|
|
|
|
- ../env.production
|
|
|
|
@ -14,11 +13,9 @@ services:
|
|
|
|
|
# - ${PWD}/GeoLite2-City.mmdb:/var/lib/mobilizon/geo_db/GeoLite2-City.mmdb
|
|
|
|
|
ports:
|
|
|
|
|
- "7000:7000"
|
|
|
|
|
labels:
|
|
|
|
|
- "diun.enable=true"
|
|
|
|
|
|
|
|
|
|
db:
|
|
|
|
|
image: postgis/postgis:13-3.1
|
|
|
|
|
image: postgis/postgis:13-3.4
|
|
|
|
|
restart: always
|
|
|
|
|
volumes:
|
|
|
|
|
- ../data/mobilizon/db:/var/lib/postgresql/data
|
|
|
|
|