Well that was an hour of my life gone

This commit is contained in:
Brodin 2024-08-15 02:05:16 -04:00
parent 7d5b892a1c
commit 2899a31a1f
5 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ services:
environment:
# see https://ghost.org/docs/config/#configuration-options
database__client: mysql
database__connection__host: ghost-botc-db-1
database__connection__host: botc-db-1
database__connection__user: root
database__connection__password: ${DBPASS}
database__connection__database: ghost

2
sites/botc/update.sh Executable file
View File

@ -0,0 +1,2 @@
sudo docker cp config.development.json botc-ghost-1:/var/lib/ghost/.
sudo docker cp config.production.json botc-ghost-1:/var/lib/ghost/.

View File

@ -1,2 +0,0 @@
sudo docker cp config.development.json ghost-botc-ghost-1:/var/lib/ghost/.
sudo docker cp config.production.json ghost-botc-ghost-1:/var/lib/ghost/.