Skip to content

Commit

Permalink
feat: update mobilizon
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed May 10, 2024
1 parent f8c54f8 commit 1045a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stacks/mobilizon.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# DOMAIN=example.com docker stack deploy -c mobilizon.yml mobilizon
# UPDATE "users" SET "role" = 'administrator' WHERE "email" = '<[email protected]>';
# chown -R 65534:65534 uploads/
# Don't change domain name

version: '3.8'

Expand Down Expand Up @@ -50,7 +51,7 @@ services:
- traefik

postgres:
image: mdillon/postgis:11
image: postgis/postgis:${POSTGIS_VERSION:-16-3.4}
environment:
- POSTGRES_DB=mobilizon
- POSTGRES_USER=mobilizon
Expand Down
1 change: 1 addition & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1552,6 +1552,7 @@
"title": "Mobilizon",
"description": "",
"categories": ["Événements"],
"manual": true,
"enabled": true,
"trial": 7,
"price": 19,
Expand Down

0 comments on commit 1045a86

Please sign in to comment.