Skip to content

Cloud-Integration-2021/lab1

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published