Sign inSign up

lucasguerras/spring-designfactory

By lucasguerras

Updated about 1 year ago

Web Server made to create a basic student table to track classes progress on my web app.

Image
Web servers
0

149

lucasguerras/spring-designfactory repository overview

Example of image usage containing the basic information for it to work alongside a database

  app:
    image: 'lucasguerras/spring-designfactory:1.0.0'
    container_name: 'spring_app'
    restart: 'always'
    environment:
      DB_HOST: 'db'
      DB_USER: 'dev'
      DB_PASS: 'example'
    ports:
      - '8080:8080'
    links:
      - db
    depends_on:
      - db

Tag summary

Content type

Image

Digest

sha256:cdb547e48

Size

276.5 MB

Last updated

about 1 year ago

docker pull lucasguerras/spring-designfactory:1.5.0