Created
November 2, 2017 16:20
-
-
Save jdesboeufs/6ed32e03b173330170370f845be14546 to your computer and use it in GitHub Desktop.
BAN + BANO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
ban-addok: | |
image: etalab/addok | |
ports: | |
- "7878:7878" | |
volumes: | |
- ./ban-data/addok.conf:/etc/addok/addok.conf | |
- ./ban-data/addok.db:/data/addok.db | |
links: | |
- ban-addok-redis:redis | |
ban-addok-redis: | |
image: etalab/addok-redis | |
volumes: | |
- ./ban-data/dump.rdb:/data/dump.rdb | |
bano-addok: | |
image: etalab/addok | |
ports: | |
- "7878:7879" | |
volumes: | |
- ./bano-data/addok.conf:/etc/addok/addok.conf | |
- ./bano-data/addok.db:/data/addok.db | |
links: | |
- bano-addok-redis:redis | |
bano-addok-redis: | |
image: etalab/addok-redis | |
volumes: | |
- ./bano-data/dump.rdb:/data/dump.rdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment