{"id":23055678,"url":"https://github.com/intellisrc/docker-wp-litespeed-alpine","last_synced_at":"2025-06-22T07:33:08.147Z","repository":{"id":164303173,"uuid":"610209225","full_name":"Intellisrc/docker-wp-litespeed-alpine","owner":"Intellisrc","description":"Wordpress using LiteSpeed Web Server in Alpine Linux","archived":false,"fork":false,"pushed_at":"2024-03-14T02:46:03.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T05:18:00.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Intellisrc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-06T10:10:32.000Z","updated_at":"2023-03-06T10:13:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce2b3c3c-c273-4374-a9ea-df21ebee9b6c","html_url":"https://github.com/Intellisrc/docker-wp-litespeed-alpine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Intellisrc/docker-wp-litespeed-alpine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intellisrc%2Fdocker-wp-litespeed-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intellisrc%2Fdocker-wp-litespeed-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intellisrc%2Fdocker-wp-litespeed-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intellisrc%2Fdocker-wp-litespeed-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Intellisrc","download_url":"https://codeload.github.com/Intellisrc/docker-wp-litespeed-alpine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intellisrc%2Fdocker-wp-litespeed-alpine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261255598,"owners_count":23131473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T01:12:58.110Z","updated_at":"2025-06-22T07:33:03.134Z","avatar_url":"https://github.com/Intellisrc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-wp-litespeed-alpine\nWordpress running with LiteSpeed and PHP 8 inside a Docker container running Alpine\n\n## Docker\n\nintellisrc/wp-litespeed-alpine:edge\n\nEnvironment:\n\n```\nLS_SOFT_LIMIT=512M\nLS_HARD_LIMIT=700M\nPHP_MAX_WORKERS=20\nWP_VER=latest\nWP_PREFIX=wp_\nDB_NAME=\nDB_USER=\nDB_PASSWORD=\nDB_PASS=\nDB_HOST=localhost\nDB_CHARSET=utf8\nOBJ_CACHE=none  #options: memcached, redis\n```\n\nIt will download the latest (or the version specified in \"WP_VER\")\n\n## Docker Swarm\n\nExample:\n\n```yaml\nservices:\n  wp:\n    image: intellisrc/wp-litespeed-alpine:edge\n    volumes:\n      - type: bind\n        source: \"/docker/sites/example/\"\n        target: \"/var/www/wp-content/\"\n    networks:\n      - proxy_net\n      - database_net\n    environment:\n      DB_HOST: database_host\n      DB_USER: example_user\n      DB_NAME: wp_example\n      DB_PASS: *****************\n      WP_PREFIX: ex_\n      HTTPS_DOMAIN: example.com\n      LS_SOFT_LIMIT: 512M\n      LS_HARD_LIMIT: 700M\n      OBJ_CACHE: memcached\n      #WP_LANG: ja\n    healthcheck:\n      test: wget -q -O - http://localhost/health_check.php | grep \"ok\"\n      interval: 60s\n      retries: 2\n      timeout: 30s\n    deploy:\n      mode: replicated\n      replicas: 1\n      endpoint_mode: dnsrr\n      placement:\n        constraints: \n          - node.labels.wordpress == true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellisrc%2Fdocker-wp-litespeed-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintellisrc%2Fdocker-wp-litespeed-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellisrc%2Fdocker-wp-litespeed-alpine/lists"}