Commit b838b64a authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

fix#27: revise OSOM's file storage

parent e8be70dc
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -236,15 +236,13 @@ services:
    image: labs.etsi.org:5050/osl/code/org.etsi.osl.osom:develop
    environment:
      SPRING_APPLICATION_JSON: '{
        "spring.datasource.url" : "jdbc:h2:~/tempdb;DB_CLOSE_DELAY=-1",
        "spring.datasource.url" : "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1",
        "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
        "spring.activemq.user": "artemis",
        "spring.activemq.password": "artemis",
        "logging.level.org.springframework" : "INFO",
        "logging.level.org.etsi.osl.osom" : "INFO"
        }'
    volumes:
    - ./repo:/root
    ports:
    - 13100:13100
    networks:
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ oscreds:
spring:
  oauthClientSecret: secret
  datasource:
    url: "jdbc:h2:~/tempdb;DB_CLOSE_DELAY=-1"
    url: "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1"

mysql:
  storage: 10Gi