Skip to content
Snippets Groups Projects
Verified Commit ae56ed27 authored by Alexander Kehr's avatar Alexander Kehr
Browse files

docker-compose.yaml

parent bd0f9704
No related branches found
No related tags found
No related merge requests found
Pipeline #1446 passed
version: "3.3"
services:
bookread:
image: registry.alexwaresystems.de/alexwaresystems/bookread
ports:
- "5000:5000"
links:
- memcached
expose:
- "80:80"
volumes:
- ./config.ini:/app/conf/config.ini
memcached:
image: memcached:1.6.9-alpine
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment