Sign inSign up

thomaslacaze/lab1

By thomaslacaze

•Updated almost 5 years ago

Image
0

328

thomaslacaze/lab1 repository overview

⁠Cloud-Integration - Lab 1

Java API Rest for lab 3

⁠Swagger UI

http://localhost:8080/swagger-ui/#/⁠

ā šŸ› ļø Installation Steps

⁠🐳 Option 1: Run from Docker run
# Run the container
$ docker run \
  -v /etc/localtime:/etc/localtime:ro \
  -e "DATASOURCE_DB_PASSWORD=password" \
  -e "DATASOURCE_DB_USERNAME=user" \
  -e "DATASOURCE_DB_URL=jdbc:postgresql://localhost:5432/databaseName" \
  --restart always \
  --name lab1 \
  -p 8080:8080 \
  thomaslacaze/lab1
⁠🐳 Option 2: Run from Docker-compose

See here⁠

🌟 You are all set!

⁠Dockerfile

Dockerfile⁠

⁠License

MIT⁠

Tag summary

Content type

Image

Digest

Size

366.1 MB

Last updated

almost 5 years ago

docker pull thomaslacaze/lab1