Sign inSign up

toniin/contact-manager-angular

By toniin

Updated about 2 years ago

Image
Languages & frameworks
0

215

toniin/contact-manager-angular repository overview

Contact manager

This docker image is an Angular project.
It works on port 80 (nginx) and need to be connected to backend API. \

You need to add some environment variables :

  • MY_APP_API_URL: Url/Ip adress of the backend API

Example of docker-compose-yml

app-angular:
  image: toniin/contact-manager-angular:latest
  restart: always
  container_name: app-angular
  environment:
    MY_APP_API_URL: "http://localhost:8888/api/contacts"
  ports:
    - '4200:80'

Suggestion:

toniin/api-contact-manager

Tag summary

Content type

Image

Digest

sha256:9a8bacc07

Size

6.1 MB

Last updated

about 2 years ago

docker pull toniin/contact-manager-angular