Skip to content

Instantly share code, notes, and snippets.

View gBusato's full-sized avatar
🚧
Building time

Gaetan BUSATO gBusato

🚧
Building time
View GitHub Profile
@gBusato
gBusato / docker-compose.yml
Created April 26, 2022 06:42
docker-compose file containing a running instance of Redis / Postgres / PG_Admin
# 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: