Sign inSign up

toniin/contact-manager-react

By toniin

Updated about 2 years ago

Image
Languages & frameworks
0

197

toniin/contact-manager-react repository overview

Contact manager

This docker image is an React 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-react:
  image: toniin/contact-manager-react:latest
  restart: always
  container_name: app-react
  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:7aae8c0de

Size

6.2 MB

Last updated

about 2 years ago

docker pull toniin/contact-manager-react