1
0

Compare commits

..

4 Commits

Author SHA1 Message Date
5e427e688d
Remove obsolete applications 2025-01-25 16:49:28 +03:00
32437de3f1
Update navidrome 2025-01-25 16:48:53 +03:00
88b47fb32d
Update netdata 2025-01-25 16:48:15 +03:00
cad1c9bd89
Reduce worker count to 2 2025-01-25 16:48:05 +03:00
4 changed files with 3 additions and 58 deletions

View File

@ -21,7 +21,7 @@ services:
GRAMPSWEB_EMAIL_HOST_PASSWORD: "${POSTBOX_PASS}"
GRAMPSWEB_EMAIL_USE_TLS: "false"
GRAMPSWEB_DEFAULT_FROM_EMAIL: "gramps@vakhrushev.me"
GUNICORN_NUM_WORKERS: 4
GUNICORN_NUM_WORKERS: 2
# media storage at s3
GRAMPSWEB_MEDIA_BASE_DIR: "s3://av-gramps-media-storage"
AWS_ENDPOINT_URL: "https://storage.yandexcloud.net"

View File

@ -1,6 +1,6 @@
services:
navidrome:
image: deluan/navidrome:0.54.2
image: deluan/navidrome:0.54.4
ports:
- "127.0.0.1:${WEB_SERVER_PORT}:4533"
restart: unless-stopped

View File

@ -26,61 +26,6 @@
tags:
- apps
- import_role:
name: docker-app
vars:
username: dayoff
extra_groups:
- docker
ssh_keys:
- '{{ lookup("file", "files/av_id_rsa.pub") }}'
- '{{ lookup("file", "files/dayoff_id_rsa.pub") }}'
env:
DOCKER_PREFIX: dayoff
PROJECT_NAME: dayoff
IMAGE_PREFIX: dayoff
CONTAINER_PREFIX: dayoff
WEB_SERVER_PORT: '127.0.0.1:{{ dayoff_port }}'
tags:
- apps
- import_role:
name: docker-app
vars:
username: wiki
extra_groups:
- docker
ssh_keys:
- '{{ lookup("file", "files/av_id_rsa.pub") }}'
env:
PROJECT_NAME: wiki
DOCKER_PREFIX: wiki
IMAGE_PREFIX: wiki
CONTAINER_PREFIX: wiki
WEB_SERVER_PORT: '127.0.0.1:{{ wiki_port }}'
tags:
- apps
- import_role:
name: docker-app
vars:
username: nomie
extra_groups:
- docker
ssh_keys:
- '{{ lookup("file", "files/av_id_rsa.pub") }}'
env:
PROJECT_NAME: nomie
DOCKER_PREFIX: nomie
IMAGE_PREFIX: nomie
CONTAINER_PREFIX: nomie
WEB_SERVER_PORT: '127.0.0.1:{{ nomie_port }}'
COUCH_DB_PORT: '127.0.0.1:{{ nomie_db_port }}'
COUCH_DB_USER: 'couch-admin'
COUCH_DB_PASSWORD: '{{ nomie.couch_db_password }}'
tags:
- apps
- import_role:
name: docker-app
vars:

View File

@ -11,7 +11,7 @@
ansible.builtin.import_role:
name: netdata
vars:
netdata_version: 'v2.1.0'
netdata_version: 'v2.2.0'
netdata_exposed_port: '{{ netdata_port }}'
tags:
- monitoring