mirror of
https://github.com/zoriya/vex.git
synced 2026-06-02 10:35:16 +00:00
Add docker and compose
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# vi: ft=sh
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
# Database things
|
||||
POSTGRES_USER=vex
|
||||
POSTGRES_PASSWORD=pass
|
||||
POSTGRES_DB=vex_db
|
||||
POSTGRES_SERVER=postgres
|
||||
POSTGRES_PORT=5432
|
||||
Reference in New Issue
Block a user