don't set default values for env variables (#1141)

This commit is contained in:
Athou
2023-08-24 07:51:10 +02:00
parent b37680333c
commit 9981d8763d
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ EXPOSE 8082
RUN mkdir -p /commafeed/data
VOLUME /commafeed/data
ENV CF_DATABASE_URL=jdbc:h2:/commafeed/data/db
COPY commafeed-server/config.yml.example config.yml
COPY commafeed-server/target/commafeed.jar .

View File

@@ -103,7 +103,7 @@ app:
database:
driverClass: org.h2.Driver
url: jdbc:h2:./db/commafeed
url: jdbc:h2:/commafeed/data/db
user: sa
password: sa
properties: