Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Add profile to TSAM Docker Compose services

To avoid TSAM-sync and -export to start every time you do docker compose up, you can set a profile for these services, like that:

  openncp-tsam-sync:
    container_name: "openncp-tsam-sync"
    profiles:
      - tsam

So, if you do docker compose up -d, these services will not be started. If you really want the TSAM sync and export to be started, you can do this with docker compose --profile tsam up -d