Skip to content

Instantly share code, notes, and snippets.

View yassinelachgar's full-sized avatar

Lachgar yassinelachgar

  • Mobilab
  • Morocco
View GitHub Profile
@yassinelachgar
yassinelachgar / docker-compose.yml
Created November 1, 2021 10:45
basic docker compose
version: '2'
services:
db:
image: postgres:13
container_name: pgodoo
ports:
- "5432:5432"
logging:
driver: "json-file"
options: