This commit is contained in:
Atridad Lahiji 2024-06-07 16:09:03 -06:00
parent 9093197946
commit 08343d5ba0
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
db: db:
image: 'postgres:latest' image: 'postgres:alpine'
pull_policy: build pull_policy: build
environment: environment:
- POSTGRES_DB=$POSTGRES_DB - POSTGRES_DB=$POSTGRES_DB