File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 2525 @# Dont confuse this with the dbbackup make command below
2626 @# This one runs the postgis-backup cron container
2727 @# We add --no-recreate so that it does not destroy & recreate the db container
28- # @docker compose up --no-recreate --no-deps -d dbbackups
28+ @docker compose up --no-recreate --no-deps -d dbbackups
2929
3030permissions :
3131 # Probably we want something more granular here....
@@ -134,13 +134,6 @@ status:
134134 @echo " ------------------------------------------------------------------"
135135 @docker compose ps
136136
137- kill :
138- @echo
139- @echo " ------------------------------------------------------------------"
140- @echo " Killing in production mode"
141- @echo " ------------------------------------------------------------------"
142- @docker compose kill
143-
144137rm : dbbackup rm-only
145138
146139
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ volumes:
77 type : none
88 device : ${PWD}/pg/postgres_data
99 o : bind
10+ db-backups :
11+ driver_opts :
12+ type : none
13+ device : ${BACKUPS_VOLUME}
14+ o : bind
1015 static-data :
1116 driver_opts :
1217 type : none
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ server {
2424 # the domain name it will serve for
2525 server_name changelog.qgis.org;
2626
27- # Redirect all HTTP traffic to HTTPS
28- return 301 https://$server_name$request_uri;
29-
3027 charset utf-8;
3128
3229 # Optimized for generating certificates
You can’t perform that action at this time.
0 commit comments