fix: added .env file for default docker setup

This commit is contained in:
Robin Dittmar
2026-07-20 22:32:53 +02:00
parent 4af052206e
commit 826f296e05
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DTTMR_DATABASE_URL=postgres://postgres:postgres@172.17.0.1:5432/postgres?sslmode=disable&timezone=utc
+1
View File
@@ -13,6 +13,7 @@ FROM debian:latest
WORKDIR /app WORKDIR /app
COPY .env.docker .env
COPY --from=build /app/server /app/server COPY --from=build /app/server /app/server
EXPOSE 8080 EXPOSE 8080