feat: added sqlc and binded schema.sql as postgresql's init script
This commit is contained in:
@@ -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}"]
|
||||
|
||||
Reference in New Issue
Block a user