Sign inSign up

fraserraney/stockquote-app:latest

Manifest digest

sha256:ecbb1b157e7f1fb14412fe781e77f78c0de56eb6a5096d830d05e2e4a93fa26b

Last pushed

10 months by fraserraney

Type

Compose

Manifest digest

sha256:ecbb1b157e7f1fb14412fe781e77f78c0de56eb6a5096d830d05e2e4a93fa26b

Compose file content

services:

  db:
    image: fraserraney/stockquote-db
    container_name: jrvs-pgjdbc
    ports:
      - "5432:5432"
    volumes:
      - pgjdbcdata:/var/lib/postgresql/data

  app:
    image: fraserraney/stockquote:latest
    container_name: stockquote
    depends_on:
      - db
    volumes:
      - ./logs:/logs

volumes:
  pgjdbcdata:

Docker commands

docker compose -f oci://fraserraney/stockquote-app:latest up

Use the above command to pull and run the Compose file. Learn more.

Images used

Image


Pulls

208

Stars

0

Last Updated

10 months

Image


Pulls

195

Stars

0

Last Updated

10 months