This is the web image for the pet application. This image is based on node:9.6-alpine.
134
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:
Content type
Image
Digest
Size
23.7 MB
Last updated
over 6 years ago
docker pull manuelarias/pets-web:1.2