This commit is contained in:
Atridad Lahiji 2024-06-07 16:07:15 -06:00
parent ec44e9f87b
commit 9093197946
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:latest'
pull_policy: build pull_policy: build
environment: environment:
- POSTGRES_DB=$POSTGRES_DB - POSTGRES_DB=$POSTGRES_DB