Compare commits
No commits in common. "ebc5fa4be651e45ad194f16f96621b6e22f2fecc" and "5ecfebaa84edb04699ad096c28d1f07dab7f7a87" have entirely different histories.
ebc5fa4be6
...
5ecfebaa84
2 changed files with 1 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Monica
|
# Monica
|
||||||
MONICA_VERSION=4.1.2
|
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
|
MONICA_DOMAIN=monica.example.com
|
||||||
|
|
||||||
# MySQL
|
# MySQL
|
||||||
|
|
|
@ -9,8 +9,6 @@ services:
|
||||||
- monica
|
- monica
|
||||||
environment:
|
environment:
|
||||||
- APP_KEY=${MONICA_APPKEY:?error}
|
- APP_KEY=${MONICA_APPKEY:?error}
|
||||||
- APP_URL=https://${MONICA_DOMAIN:?error}
|
|
||||||
- APP_TRUSTED_PROXIES=*
|
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
- DB_USERNAME=${MONICA_MYSQL_USER:?error}
|
- DB_USERNAME=${MONICA_MYSQL_USER:?error}
|
||||||
- DB_PASSWORD=${MONICA_MYSQL_PASSWORD:?error}
|
- DB_PASSWORD=${MONICA_MYSQL_PASSWORD:?error}
|
||||||
|
@ -45,12 +43,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/mysql
|
- db:/var/lib/mysql
|
||||||
|
|
||||||
networks:
|
|
||||||
traefik:
|
|
||||||
external: true
|
|
||||||
monica:
|
|
||||||
driver: bridge
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
db:
|
db:
|
Loading…
Add table
Reference in a new issue