remove unnecessary DOCKERBUILD env variable from postgres container role

This commit is contained in:
Jonathan Math 2021-03-02 10:42:25 -05:00
parent c84e33bf47
commit 45a37a5a99

View file

@ -5,8 +5,8 @@
name: postgres
image: postgres:13.1
state: started
hostname: postgres
env:
DOCKERBUILD: "True"
POSTGRES_USER: newsblur
POSTGRES_PASSWORD: newsblur
restart_policy: unless-stopped