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
# Run the file with the command: docker-compose -p databases up -d | |
# Connect other instances using the following network informations | |
# networks: | |
# databases_db_network: # databases come from the projet name from command -p PROJECT_NAME run just before | |
# external: true | |
version: "3.4" | |
services: | |
redis: |