Compare commits

..

No commits in common. "037be045495a123689390b8191c67be92d3743d5" and "3683e6049764865be3e259666f9dbe2268e746f6" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ services:
restart: unless-stopped restart: unless-stopped
db: db:
image: postgres:15 image: postgres:latest
networks: networks:
- backend - backend
env_file: .env env_file: .env

View file

@ -32,7 +32,7 @@ if [ "$action" = "pandora" ]; then
/srv/pandora/pandora/manage.py init_db /srv/pandora/pandora/manage.py init_db
$update db $update db
echo "Generating static files..." echo "Generating static files..."
chown -R ${user}:${user} /srv/pandora/ chown -R ${user}.${user} /srv/pandora/
$update static $update static
touch /srv/pandora/initialized touch /srv/pandora/initialized
fi fi