Skip to content

API centralize any type of web application, API, Mobile app...etc. The docker hub link : https://hub.docker.com/r/sipf/service-ws

Notifications You must be signed in to change notification settings

sipf/service-ws

Repository files navigation

Procedure-ws

This project is used for proof of concept only. Of course, you can contribute, you just need to fork and PR your feature.

You can access the data in this repository :

Usage

Start the container :

docker run -p 8080:8080 sipf/service-ws

You can then log to http://127.0.0.1:8080 to use the service or you can simply use this link : https://service-ws.herokuapp.com.

The login is admin and the password is password. The heroku instance means to be demo only and there is no security constraint about it.

Default Configuration

spring:
  profiles:
    active: development

---
spring:
  profiles: production

---
spring:
  profiles: test
  jpa:
    hibernate:
      ddl-auto: create-drop
    show-sql: true
  datasource:
    platform: h2

---
spring:
  profiles: development
  h2:
    console:
      enabled: true
      path: /h2-console
  jpa:
    hibernate:
      ddl-auto: create-drop
    show-sql: true
  datasource:
    platform: h2
server:
  use-forward-headers: true
security:
  user:
    name: admin
    password: password

Building the container

docker build -t sipf/service-ws .

License & Authors

About

API centralize any type of web application, API, Mobile app...etc. The docker hub link : https://hub.docker.com/r/sipf/service-ws

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published