Sign inSign up

manuelarias/pets-web

By manuelarias

Updated over 6 years ago

This is the web image for the pet application. This image is based on node:9.6-alpine.

Image
0

134

manuelarias/pets-web repository overview

You can use this image for create the app with docker compose. Here ie the entire docker compose example for run the app:

version: "3.5" services: web: image: manuelarias/pets-web:1.2 ports: - 3000 db: image: manuelarias/pets-db:1.2 ports: - 5432:5432 volumes: - pets-data:/var/lib/postgresql/data

volumes: pets-data:

Tag summary

Content type

Image

Digest

Size

23.7 MB

Last updated

over 6 years ago

docker pull manuelarias/pets-web:1.2