Web Server made to create a basic student table to track classes progress on my web app.
149
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
Content type
Image
Digest
sha256:cdb547e48…
Size
276.5 MB
Last updated
about 1 year ago
docker pull lucasguerras/spring-designfactory:1.5.0