Skip to content

Instantly share code, notes, and snippets.

View bglidwell's full-sized avatar

Bobby Glidwell bglidwell

View GitHub Profile
@bglidwell
bglidwell / gist:028b4765ab2d47dd91158713c6b0a0bd
Last active October 3, 2022 15:05
Strapi v4 Postgres Migration Docker
version: '3'
services:
postgres:
container_name: postgres
image: postgres
environment:
POSTGRES_USER: user
POSTGRES_PASSWORD: pass
POSTGRES_DB: strapi
ports: