make sure db is always on

This commit is contained in:
lza_menace 2021-04-26 06:25:08 -07:00
parent 2829d698fa
commit 34d47ad39f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ services:
db:
image: postgres:9.6.15-alpine
container_name: wowstash_db
restart: unless-stopped
ports:
- 5432:5432
environment: