Apollo in Docker

11 views
Skip to first unread message

Michał T. Lorenc

unread,
Jun 2, 2021, 1:12:33 AM6/2/21
to apollo
Hi all,
I use the following `docker-compose.yml` file for Apollo.

version: '3.3'
services:
  apollo:
    build: Apollo-2.6.2
    restart: always
    ports:
      - "8888:8080"
    volumes:
      - ./data/jbrowse:/data
      - ./data/postgres-data:/var/lib/postgresql

Is there a better way to create additional volumes for example for each data organism in order to be able to ease to update to each new Apollo release?

Thank you in advance,

Michal
Reply all
Reply to author
Forward
0 new messages