Skip to content

Commit 0c2e26e

Browse files
committed
build: allinone pg config
1 parent 1cd1254 commit 0c2e26e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ ENV SQLBOT_HOME=/opt/sqlbot
5454
ENV PYTHONPATH=${SQLBOT_HOME}/app
5555
ENV PATH="${SQLBOT_HOME}/app/.venv/bin:$PATH"
5656

57+
ENV SQLBOT_DB_HOST=localhost
58+
ENV SQLBOT_DB_PORT=5432
59+
ENV SQLBOT_DB_DB=sqlbot
60+
ENV SQLBOT_DB_USER=root
61+
ENV SQLBOT_DB_PASSWORD=Password123@pg
62+
5763
# Copy necessary files from builder
5864
COPY start.sh /opt/sqlbot/app/start.sh
5965
COPY g2-ssr/*.ttf /usr/share/fonts/truetype/liberation/

0 commit comments

Comments
 (0)