feat: added sqlc and binded schema.sql as postgresql's init script

This commit is contained in:
2025-06-14 17:36:19 +03:00
parent 7b03056203
commit db8b7c0372
4 changed files with 64 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ services:
- easywish-network
volumes:
- ./postgres_data:/var/lib/postgresql/data
- ./sqlc/schema.sql:/docker-entrypoint-initdb.d/init.sql
redis:
image: eqalpha/keydb
command: ["redis-server", "--requirepass", "${REDIS_PASSWORD}"]