Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Releases: JPiotr/ServiceApp

Docker Image File v5

13 Oct 19:02
Compare
Choose a tag to compare

#co jest?

  • endpointy (prawie wszystkie) (update jest w excelu)
  • logowanie (nie działa 😸 )
  • dodane brakujace pola
  • dodałem parę nowych encji

czego nie ma?

  • activity
  • notes

#yaml

version: '3.8'
services:
serviceApp:
image: serviceapp-server:0.5.1
restart: always
ports:
- '8080:8080'
depends_on:
- postgres
postgres:
image: postgres
restart: always
environment:
POSTGRES_USER: service_app
POSTGRES_PASSWORD: serviceapp14
POSTGRES_ROOT_PASSWORD: serviceapp14
volumes:
- postgres:/var/lib/postgresql/data
volumes:
postgres:
driver: local

Docker Image File

13 Apr 00:24
Compare
Choose a tag to compare
Docker Image File Pre-release
Pre-release

Full Changelog: https://github.com/JPiotr/ServiceApp/commits/img0.1.1

How To

For setup env You need to import image to Your docker:

docker load -i serviceAppImg.tar solution source

Next compose stack.yaml

For collecting data You need to login by username and password:

username : user

password : look at service-track logs for "Using generated security password: < password >"

App store session information, after login You can get data from api.

Docker Image File

01 Jul 12:27
76797ad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/JPiotr/ServiceApp/commits/img0.2.1