Skip to content

Example how to dockerize and terraform you vapor app locally

Notifications You must be signed in to change notification settings

robipresotto/terraformVapor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraformVapor

Simple example how to dockerize and terraform locally your vapor app.

Requirements

  • Docker
  • Terraform

Getting Started

Make build to dockerize the app
Make deploy to terraform the app.

make build && \
make deploy

The app will be available at: http://localhost:8080
Note: Make sure to port forward the docker port 8080.

About

Example how to dockerize and terraform you vapor app locally

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published