mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 00:26:07 +02:00
Add: Redis to docker-compose
This commit is contained in:
@@ -10,3 +10,16 @@ services:
|
||||
container_name: "postfix"
|
||||
volumes:
|
||||
- ./host/keys/:/etc/opendkim/keys
|
||||
postgres:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=server
|
||||
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
|
||||
ports:
|
||||
- "5432:5432"
|
||||
redis:
|
||||
image: redis
|
||||
restart: always
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
+4
-4
@@ -24,15 +24,15 @@
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"@types/nodemailer": "^6.4.4",
|
||||
"@types/redis": "^4.0.11",
|
||||
"argon2": "^0.28.5",
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "^4.17.3",
|
||||
<<<<<<< HEAD
|
||||
"nodemailer": "^6.7.2",
|
||||
=======
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
>>>>>>> a1fd598 (Add json body parser; Add default response for errors)
|
||||
"nodemailer": "^6.7.2",
|
||||
"prisma": "^3.10.0",
|
||||
"promisify": "^0.0.3",
|
||||
"redis": "^4.0.4",
|
||||
"ts-node": "^10.5.0",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user