Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dockerfile] Build memcached extension #1415

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

em92
Copy link
Contributor

@em92 em92 commented Jan 3, 2020

Implements #1410
Used this docker-compose.yml for testing:

version: '3.7'
services:
  web:
    build: .
    ports:
      - "3000:80"
    volumes:
      - type: bind
        source: ./
        target: /app
    depends_on:
      - memcached
  memcached:
     image: sameersbn/memcached:1.5.6-2
     restart: always

And this config.ini.php

; <?php exit; ?> DO NOT REMOVE THIS LINE

[cache]
type = "memcached"

[MemcachedCache]
host = "memcached"
port = 11211

ping @itsTurnip for approving

@teromene teromene merged commit a981450 into RSS-Bridge:master Feb 26, 2020
@captn3m0
Copy link
Contributor

Filed #1473 to make this slightly leaner.

infominer33 pushed a commit to web-work-tools/rss-bridge that referenced this pull request Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants