Skip to content
Snippets Groups Projects
Select Git revision
  • eecc4c7ef253c35b49c53d067473c9cc22b758f4
  • master default protected
  • L2SDP-LIFT
  • L2SDP-1113
  • HPR-158
5 results

hdllib.cfg

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Dockerfile 509 B
    FROM timescale/timescaledb:latest-pg12
    
    
    COPY resources/01_admin.sh docker-entrypoint-initdb.d/002_admin.sh
    COPY resources/02_hdb_schema.sql docker-entrypoint-initdb.d/003_hdb_schema.sql
    COPY resources/03_hdb_roles.sql docker-entrypoint-initdb.d/004_hdb_roles.sql
    COPY resources/04_hdb_ext_aggregates.sql docker-entrypoint-initdb.d/005_hdb_ext_aggregates.sql
    COPY resources/05_lofar_func.sh docker-entrypoint-initdb.d/006_lofar_func.sh
    COPY resources/06_cleanup.sql docker-entrypoint-initdb.d/007_cleanup.sql