Skip to content

Commit c49086e

Browse files
Merge pull request #2 from iosifnicolae2/main
Project improvements
2 parents 2e4a01e + 3b3e21f commit c49086e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,4 @@ pyrightconfig.json
357357

358358
.env
359359
.env.local
360+
superapp_fork

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:13
3+
image: timescale/timescaledb-ha:pg16
44
restart: unless-stopped
55
volumes:
66
- db_data:/var/lib/postgresql/data

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Django==5.0.*
22
whitenoise==6.6.*
33
django-debug-toolbar==4.3.*
44
dj-database-url==2.1.0
5-
django_superapp>=1.*
6-
redis>=5.0.*
5+
django_superapp==1.*
6+
redis==5.0.*

0 commit comments

Comments
 (0)