Open physikerwelt opened 9 months ago
Describe the issue see https://github.com/MaRDI4NFDI/portal-compose/issues/338
# delete after first run unzip: image: dockerqa/unzip volumes: - /hdd/datasets/arxiv/dataset-arxmliv-2024/data:/unzip:ro - arxiv-data:/data command: - '-d /data *.zip' httpd: image: httpd:2.4 restart: always volumes: - /hdd/htdocs:/usr/local/apache2/htdocs/:ro - arxiv-data:/arxiv:ro - ./secret/apache.htpasswd:/usr/local/apache2/.htpasswd:ro - ./config/apache.httpd.conf:/usr/local/apache2/conf/httpd.conf:ro labels: - com.centurylinklabs.watchtower.enable=true
Config from old server.
Describe the issue see https://github.com/MaRDI4NFDI/portal-compose/issues/338