Updated docker files
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ RUN mkdir -p -m 0700 ~/.ssh && \
|
|||||||
ssh-keyscan git.kundeng.us >> ~/.ssh/known_hosts
|
ssh-keyscan git.kundeng.us >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
# Configure Git to use SSH for GitHub
|
# Configure Git to use SSH for GitHub
|
||||||
RUN git config --global url."ssh://git@git.kundeng.us".insteadOf "https://git.kundeng.us"
|
RUN git config --global url."git@git.kundeng.us:".insteadOf "https://git.kundeng.us/" && \
|
||||||
|
git config --global url."git@git.kundeng.us:".insteadOf "http://git.kundeng.us/"
|
||||||
|
|
||||||
# Set up the Go environment for private modules
|
# Set up the Go environment for private modules
|
||||||
ENV GOPRIVATE=git.kundeng.us
|
ENV GOPRIVATE=git.kundeng.us
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@ services:
|
|||||||
POSTGRES_DB: ${POSTGRES_AUTH_DB:-textsender_auth_db}
|
POSTGRES_DB: ${POSTGRES_AUTH_DB:-textsender_auth_db}
|
||||||
volumes:
|
volumes:
|
||||||
# Persist database data using a named volume
|
# Persist database data using a named volume
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql
|
||||||
ports: []
|
ports: []
|
||||||
healthcheck:
|
healthcheck:
|
||||||
# Checks if Postgres is ready to accept connections
|
# Checks if Postgres is ready to accept connections
|
||||||
|
|||||||
Reference in New Issue
Block a user