Merge pull request #27 from Akronix/patch-1

This commit is contained in:
Elliot Matson 2022-12-14 07:04:27 -06:00 committed by GitHub
commit 3bb615bdc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ version: '3.8'
x-common: x-common:
database: &db-environment database: &db-environment
POSTGRES_DB: database POSTGRES_DB: database
POSTGRES_USER: postgres POSTGRES_USER: &pg-user postgres
POSTGRES_PASSWORD: DaVinci POSTGRES_PASSWORD: DaVinci
TZ: America/Chicago TZ: America/Chicago
POSTGRES_LOCATION: &db-location "???:/var/lib/postgresql/data" POSTGRES_LOCATION: &db-location "???:/var/lib/postgresql/data"
@ -75,7 +75,7 @@ To configure the backups, we'll want to configure the variables below:
| SCHEDULE | This is a [cron string](https://www.freeformatter.com/cron-expression-generator-quartz.html) for how often backups are created. can be "@daily", "@every 1h", etc | | SCHEDULE | This is a [cron string](https://www.freeformatter.com/cron-expression-generator-quartz.html) for how often backups are created. can be "@daily", "@every 1h", etc |
| BACKUP_KEEP_DAYS | Number of daily backups to keep before removal. | | BACKUP_KEEP_DAYS | Number of daily backups to keep before removal. |
| BACKUP_KEEP_WEEKS | Number of weekly backups to keep before removal. | | BACKUP_KEEP_WEEKS | Number of weekly backups to keep before removal. |
| BACKUP_KEEP_MONTHS | Number of daily backups to keep before removal. | | BACKUP_KEEP_MONTHS | Number of monthly backups to keep before removal. |
| BACKUP_LOCATION | Location your backups will be stored. See [Volume Locations](#volume-locations) | | BACKUP_LOCATION | Location your backups will be stored. See [Volume Locations](#volume-locations) |
### PGAdmin ### PGAdmin
@ -120,7 +120,7 @@ See [#5](https://github.com/elliotmatson/Docker-Davinci-Resolve-Project-Server/i
3. Move your modified docker-compose.yml file to a folder on your Linux machine, then navigate to that folder in the terminal. 3. Move your modified docker-compose.yml file to a folder on your Linux machine, then navigate to that folder in the terminal.
4. Run: 4. Run:
```docker-compose up -d``` ```docker-compose up -d```
5. Docker-compose will download the files it needs and start the app. Once it's done, you should be able to connect Resolve to the IP address of your QNAP using the database name and credentials 5. Docker-compose will download the files it needs and start the app. Once it's done, you should be able to connect Resolve to the IP address of your Linux Server instance using the database name and credentials
## Different PostgreSQL versions ## Different PostgreSQL versions