mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
prod: update
This commit is contained in:
parent
1d6b9d3308
commit
ce6bdd8d6f
2 changed files with 3 additions and 2 deletions
1
backup_db.sh
Executable file
1
backup_db.sh
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
sudo docker exec -t postgres_freedium pg_dumpall -c -U postgres | brotli --best > dump_`date +%Y-%m-%d"_"%H_%M_%S`.sql.br
|
||||||
|
|
@ -5,8 +5,8 @@ x-expose: &expose
|
||||||
freedium_local_net:
|
freedium_local_net:
|
||||||
ipv4_address: 177.28.0.5
|
ipv4_address: 177.28.0.5
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
# - "80:80"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
- "6752:6752"
|
- "6752:6752"
|
||||||
- "6753:6753"
|
- "6753:6753"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue