diff --git a/compose.yaml b/compose.yaml index 7390dc9..a4bc224 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,6 +3,7 @@ services: image: songtianlun/today_ai_weather:latest #ports: # - "3000:3000" + pull_policy: always environment: - RAILS_ENV=production - DATABASE_URL=postgresql://postgres:${PG_PASSWORD}@db:5432/db