11 lines
312 B
YAML
11 lines
312 B
YAML
---
|
|
version: '3.7'
|
|
services:
|
|
isard-sso-pgtuner:
|
|
image: jfcoz/postgresqltuner
|
|
container_name: isard-sso-pgtuner
|
|
restart: "no"
|
|
command: --host isard-apps-postgresql --user ${NEXTCLOUD_POSTGRES_USER} --password ${NEXTCLOUD_POSTGRES_PASSWORD} --database nextcloud
|
|
networks:
|
|
isard_net: {}
|