Compare commits

..

No commits in common. "ebc5fa4be651e45ad194f16f96621b6e22f2fecc" and "5ecfebaa84edb04699ad096c28d1f07dab7f7a87" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# Monica
MONICA_VERSION=4.1.2
MONICA_APPKEY= # generate with echo -n 'base64:'; openssl rand -base64 32
APPKEY= # generate with echo -n 'base64:'; openssl rand -base64 32
MONICA_DOMAIN=monica.example.com
# MySQL

View file

@ -9,8 +9,6 @@ services:
- monica
environment:
- APP_KEY=${MONICA_APPKEY:?error}
- APP_URL=https://${MONICA_DOMAIN:?error}
- APP_TRUSTED_PROXIES=*
- DB_HOST=db
- DB_USERNAME=${MONICA_MYSQL_USER:?error}
- DB_PASSWORD=${MONICA_MYSQL_PASSWORD:?error}
@ -45,12 +43,6 @@ services:
volumes:
- db:/var/lib/mysql
networks:
traefik:
external: true
monica:
driver: bridge
volumes:
data:
db: