Sign inSign up

aamservices/pm2-feathers

By aamservices

Updated over 6 years ago

Image
0

448

aamservices/pm2-feathers repository overview

Docker PM2 Feathers v1.0

powered by pm2:latest-slim image

Feathers A framework for real-time applications and REST APIs.

Instructions for Composer

Available tags you can use in docker compose (default master): master or development

docker-compose.yml

version: '2'
services:
  mongo:
    image: mongo
    hostname: mongo
    restart: unless-stopped
    networks:
      - internal
    volumes:
      - mongodb_data:/data/db
  feathers:
    image: aamservices/pm2-feathers:latest
    restart: unless-stopped
    volumes:
      - feathers_data:/usr/src/app
    networks:
      - internal
    ports:
      - 1337
    depends_on:
      - mongo
volumes:
  mongodb_data:
    driver: local
  feathers_data:
    driver: local

Tag summary

Content type

Image

Digest

Size

99.2 MB

Last updated

over 6 years ago

docker pull aamservices/pm2-feathers