@@ -6,12 +6,12 @@ services:
POSTGRES_DB: app_db
POSTGRES_USER: app_user
POSTGRES_PASSWORD: changeme
- restart: always
+ restart: unless-stopped
image: postgres:14.1
expose:
- '5432'
redis:
image: redis:6.2
- '6379'