forked from Archives/Athou_commafeed
don't set default values for env variables (#1141)
This commit is contained in:
@@ -4,7 +4,6 @@ EXPOSE 8082
|
|||||||
|
|
||||||
RUN mkdir -p /commafeed/data
|
RUN mkdir -p /commafeed/data
|
||||||
VOLUME /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/config.yml.example config.yml
|
||||||
COPY commafeed-server/target/commafeed.jar .
|
COPY commafeed-server/target/commafeed.jar .
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ app:
|
|||||||
|
|
||||||
database:
|
database:
|
||||||
driverClass: org.h2.Driver
|
driverClass: org.h2.Driver
|
||||||
url: jdbc:h2:./db/commafeed
|
url: jdbc:h2:/commafeed/data/db
|
||||||
user: sa
|
user: sa
|
||||||
password: sa
|
password: sa
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user