Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
Restyaboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
Restyaboard
Commits
15390adc
Commit
15390adc
authored
Mar 27, 2017
by
Christophe Angeli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove backup
parent
eaf48cc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
README.md
README.md
+0
-2
docker-compose.yml
docker-compose.yml
+0
-20
No files found.
README.md
View file @
15390adc
...
...
@@ -63,8 +63,6 @@ Edit docker-compose.yml and modify the environment variables to suit your needs.
There are default values for the SMTP configuration,
so you can delete those SMTP_
*
variables if you don't need this feature.
Also, you can choose to delete the local backup service (based on https://hub.docker.com/r/prodrigestivill/postgres-backup-local/).
```
bash
docker-compose up
-d
```
...
...
docker-compose.yml
View file @
15390adc
...
...
@@ -37,25 +37,5 @@ services:
-
restya-net
restart
:
always
backup
:
image
:
prodrigestivill/postgres-backup-local
volumes
:
-
/var/opt/restya/pgbackups:/backups
environment
:
-
POSTGRES_HOST=postgres
-
POSTGRES_USER=admin
-
POSTGRES_PASSWORD=admin
-
POSTGRES_DB=restyaboard
-
POSTGRES_EXTRA_OPTS=-Z9 --schema=public --blobs
-
SCHEDULE=@every 2h
-
BACKUP_KEEP_DAYS=2
-
BACKUP_KEEP_WEEKS=4
-
BACKUP_KEEP_MONTHS=6
depends_on
:
-
postgres
networks
:
-
restya-net
restart
:
always
networks
:
restya-net
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment